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

michael subversion
Tue Feb 2 17:01:22 CET 2010


Author: michael
Date: Tue Feb  2 17:01:22 2010
New Revision: 21603

Log:
Fix seek flags

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	Tue Feb  2 00:30:30 2010	(r21602)
+++ trunk/ffplay.c	Tue Feb  2 17:01:22 2010	(r21603)
@@ -985,6 +985,7 @@ static void stream_seek(VideoState *is, 
     if (!is->seek_req) {
         is->seek_pos = pos;
         is->seek_rel = rel;
+        is->seek_flags &= ~AVSEEK_FLAG_BYTE;
         if (seek_by_bytes)
             is->seek_flags |= AVSEEK_FLAG_BYTE;
         is->seek_req = 1;



More information about the ffmpeg-cvslog mailing list