[mythtv-users] approve deinterlace filter?

Tom Dexter digitalaudiorock at gmail.com
Wed May 7 02:36:45 UTC 2008


On Tue, May 6, 2008 at 8:52 PM, William <william_munson at comcast.net> wrote:
> Tom Dexter wrote:
>  > I'm using that patch as well...note however that the '&& 0x010' is
>  > supposed to be a bitwise and, that is '& 0x010'.
>  >
>  > Tom
>  >
>
>  Interesting. I did not catch that as C is not my favorite language :)
>  This was directly taken from the patch in trac. Will try the other form
>  once the family is not watching idol.
>
>  William
>
>
>
>  _______________________________________________
>  mythtv-users mailing list
>  mythtv-users at mythtv.org
>  http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

The original patch posted by Viktor here:

http://svn.mythtv.org/trac/ticket/2903

...inadvertently had the logical and rather than the bitwise one.
That simply means that is _any_ bit flags (not just the interlaced
flag) happen to be set in mode_line.flags the rate will be doubled.
I'm not aware of it causing any problems though.

Tom


More information about the mythtv-users mailing list