On Wed, Feb 16, 2005 at 04:45:05PM -0500, Chris wrote:
> Ouch, after upgrading to 0.17 it seems that skipping forward and back
> with the stream is now very slow.  These are mpeg2 streams recorded with
> a PVR-350 and playing back on the 350 as well.

Here's a small patch that might help.  It's not in the official code
because it can cause other problems, mainly sluggishness in other
areas, if your system isn't fast enough.

I have some other ideas to try to improve skips and speed changes, but
don't know when I will get to them.  My plate of things to do seems to
always be full.

David
-- 
David Engel
[EMAIL PROTECTED]
Index: libs/libmythtv/ivtvdecoder.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/ivtvdecoder.cpp,v
retrieving revision 1.38
diff -u -r1.38 ivtvdecoder.cpp
--- libs/libmythtv/ivtvdecoder.cpp      14 Feb 2005 20:05:30 -0000      1.38
+++ libs/libmythtv/ivtvdecoder.cpp      17 Feb 2005 04:26:47 -0000
@@ -409,7 +409,7 @@
                 if (vidanyframes)
                 {
                     framesRead++;
-                    return false;
+                    //return false;
                 }
                 vidanyframes = 1;
             }
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to