From 0f652a8ee384a1b01c68c68e8f0da4f51b59aa1e Mon Sep 17 00:00:00 2001
From: Benoit Fouet <benoit.fouet@free.fr>
Date: Tue, 16 Oct 2007 19:50:08 +0000
Subject: [PATCH] Re-enable DEBUG_SEEK flag.

Originally committed as revision 10758 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 4f1c6a26104..c85b119b9ee 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -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;
-- 
GitLab