[mythtv] DVD playback issues, patch

Davin McCall davmac at davmac.org
Sun Nov 15 07:43:49 UTC 2009


It would also be worth trying to change the line to:

     avsync_avg = avsync_delay;

... i.e get rid of the smoothing function altogether, seeing as that's 
what might be causing the speed oscillation.

Davin


On 15/11/09 15:44, Davin McCall wrote:
>
> You could try changing this line in NuppelVideoPlayer.cpp:
>     avsync_avg = (avsync_delay + (avsync_avg * 3)) / 4;
> To something like:
>     avsync_avg = (avsync_delay + (avsync_avg * 7)) / 8;
>



More information about the mythtv-dev mailing list