[FFmpeg-cvslog] r18710 - trunk/ffplay.c

michael subversion
Tue Apr 28 20:02:22 CEST 2009


Author: michael
Date: Tue Apr 28 20:02:21 2009
New Revision: 18710

Log:
Reset eof state on seeking.
Fixes issue1005.

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	Tue Apr 28 01:20:30 2009	(r18709)
+++ trunk/ffplay.c	Tue Apr 28 20:02:21 2009	(r18710)
@@ -2063,6 +2063,7 @@ static int decode_thread(void *arg)
                 }
             }
             is->seek_req = 0;
+            eof= 0;
         }
 
         /* if the queue are full, no need to read more */



More information about the ffmpeg-cvslog mailing list