[mythtv-commits] mythtv/master commit: 956b4f277 by Taylor Ralph (tralph)

MythTV noreply at mythtv.org
Sat Jan 8 22:16:32 UTC 2011


      Author:  Taylor Ralph <tralph at mythtv.org>
 Change Date:  2011-01-08T14:08:48-08:00
   Push Date:  2011/01/08 14:16:27 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  956b4f277fa23d8d8fc98b82f0911da642b18305
   Changeset:  https://github.com/MythTV/mythtv/commit/956b4f277

Log:

Comments by Mark Spieth:
"Due to the fact that refresh rate is the fundamental output timing rate, not the input rate which can be anything. The av_sync adjustment needs to be with respect to the resfresh rate and not frame interval. However, no real proof that this is any better or worse but just IMO more logically correct and consistent."

"avsync_used is the minimum of the delayed estimate and the current value of avsync (with the delay from last vsync event included). This improves lock time as the smallest value is the better one to use just in case the instantaneous value deviates from the steady state. Also speeds up initial lock time as avdel is 0 initially."

Refs #7964.

Modified:

   mythtv/libs/libmythtv/mythplayer.cpp



More information about the mythtv-commits mailing list