[FFmpeg-cvslog] r10758 - trunk/libavformat/utils.c

benoit subversion
Tue Oct 16 21:50:08 CEST 2007


Author: benoit
Date: Tue Oct 16 21:50:08 2007
New Revision: 10758

Log:
Re-enable DEBUG_SEEK flag.


Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Tue Oct 16 21:50:08 2007
@@ -1072,7 +1072,7 @@ int av_index_search_timestamp(AVStream *
     return  m;
 }
 
-//#define DEBUG_SEEK
+#define DEBUG_SEEK
 
 int av_seek_frame_binary(AVFormatContext *s, int stream_index, int64_t target_ts, int flags){
     AVInputFormat *avif= s->iformat;




More information about the ffmpeg-cvslog mailing list