changeset 2618:75b75b51ef2f libavformat

Re-enable DEBUG_SEEK flag.
author benoit
date Tue, 16 Oct 2007 19:50:08 +0000
parents 0b993d441969
children ed220a21ffa5
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Tue Oct 16 16:40:34 2007 +0000
+++ b/utils.c	Tue Oct 16 19:50:08 2007 +0000
@@ -1072,7 +1072,7 @@
     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;