[mythtv] [patch] Fix for sluggish pause

David Engel gigem at comcast.net
Mon Dec 6 22:44:23 UTC 2004


On Mon, Dec 06, 2004 at 02:32:25PM -0500, Shane Shrybman wrote:
> I compiled a fresh version from CVS and did some tests. Hopefully this
> output will be useful.

It was most helpful.  Please try this patch.

David
-- 
David Engel
gigem at comcast.net
-------------- next part --------------
Index: libs/libmythtv/NuppelVideoPlayer.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp,v
retrieving revision 1.399
diff -u -r1.399 NuppelVideoPlayer.cpp
--- libs/libmythtv/NuppelVideoPlayer.cpp	3 Dec 2004 03:59:11 -0000	1.399
+++ libs/libmythtv/NuppelVideoPlayer.cpp	6 Dec 2004 22:43:31 -0000
@@ -134,6 +134,7 @@
 
     hasFullPositionMap = false;
 
+    framesPlayed = 0;
     totalLength = 0;
     totalFrames = 0;
     play_speed = 1.0;


More information about the mythtv-dev mailing list