From: Thorsten Jordan Date: Mon, 15 Oct 2007 18:03:28 +0000 (+0000) Subject: Undefine DEBUG_SEEK. X-Git-Tag: v0.5~7241 X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=c7be25856a01381dfac1c92b9fbc001ef583b57a Undefine DEBUG_SEEK. Patch by Thorsten Jordan: tjordan macrosystem de Originally committed as revision 10742 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/utils.c b/libavformat/utils.c index c85b119b9e..4f1c6a2610 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;