Hi,

Currently the avsync_oldavg variable in NuppelVideoPlayer.cpp is only
initialized in InitAVSync() if usevideotimebase is true, but it is used
in WarpFactor() regardless of the timebase.

Regards,

Shane
--- cvs/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp	2005-02-07 10:33:43.000000000 -0500
+++ mythtv-feb9/libs/libmythtv/NuppelVideoPlayer.cpp	2005-02-09 17:02:55.000000000 -0500
@@ -1279,7 +1279,6 @@
             warpfactor_avg = 1;
 
         warpfactor = warpfactor_avg;
-        avsync_oldavg = 0;
     }
 
     refreshrate = videoOutput->GetRefreshRate();
@@ -1487,6 +1486,7 @@
     delay = 0;
     avsync_delay = 0;
     avsync_avg = 0;
+    avsync_oldavg = 0;
 
     delay_clipping = false;
 
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to