[mythtv] Ticket #2591: ivtc filter can cause stuttering

Michael T. Dean mtdean at thirdcontact.com
Wed Oct 18 20:49:58 UTC 2006


On 10/18/06 13:48, stanley kamithi wrote:

>  On 10/18/06, Michael T. Dean <mtdean at thirdcontact.com> wrote:
> >
> > On 10/18/06 12:10, stanley kamithi wrote:
> >
> >> attached a patch to the ticket. basically it just prevents the
> >> ivtc filter from kicking in , if the video width is greater then
> >> 576.
> >>
> > Shouldn't that be video height is <= 576 so it works on 720x480 and
> > 720x576 SDTV material?
>
>  yes mike, i agree with u. that's what i said. just in reverse.
>

OK, sorry for the confusion.  I'm not questioning the "not if > 576" 
versus "do if <= 576" part, I'm questioning the height versus width part.

Symmetry is good...  Your post took the "not if > 576" approach, but the 
code in the patch took the "do if <= 576" approach.  So, I should have 
used the same approach in my reply that you used in your post rather 
than switching to the approach you used in your code.  :)

I checked the code to see if this was just a typo in the post or a typo 
in the code carried over to the post.  It looks to me like a typo in the 
code.

So, I'm thinking either:

frame->width <= 720;

or

frame->height <= 576;

Thanks,
Mike



More information about the mythtv-dev mailing list