[mythtv-users] interlace issue on TV?

Udo van den Heuvel udovdh at xs4all.nl
Sat May 2 05:14:10 UTC 2009


Tom Dexter wrote:
>> Oh might be the patch. I use ffmpeg too, so I hadn't noticed
>> Interlacedx2 not appearing with XvMC.
> 
> 
> I think (??) it may need to be added to this block of code in
> libs/libmythtv/videodisplayprofile.cpp around line 1490:
> 
>     QStringList::const_iterator it2;
>     for (it2 = tmp.begin(); it2 != tmp.end(); ++it2)
>     {
>         safe_deint[*it2] += "bobdeint";
>         safe_deint[*it2] += "onefield";
>         safe_deint[*it2] += "none";
>         safe_osd[*it2]   += "chromakey";
>     }
> 
> That is, a new line something like:
> 
> safe_deint[*it2] += "fieldorderdoubleprocessdeint";
> 
> ...added into that block.  Now whether or not it actually works is
> another story.

Anybody who cna confirm that this is the change needed to make the patch 
work for VIA XvMC?



More information about the mythtv-users mailing list