OSDN Git Service

Re-enable DEBUG_SEEK flag.
authorBenoit Fouet <benoit.fouet@free.fr>
Tue, 16 Oct 2007 19:50:08 +0000 (19:50 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Tue, 16 Oct 2007 19:50:08 +0000 (19:50 +0000)
Originally committed as revision 10758 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/utils.c

index 4f1c6a2..c85b119 100644 (file)
@@ -1072,7 +1072,7 @@ int av_index_search_timestamp(AVStream *st, int64_t wanted_timestamp,
     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;