diff options
author | Thorsten Jordan <tjordan@ macrosystem.de> | 2007-10-15 18:03:28 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-10-15 18:03:28 +0000 |
commit | c7be25856a01381dfac1c92b9fbc001ef583b57a (patch) | |
tree | ce633f455dc56f855628bc77434ce5d5a9b64d4a /libavformat | |
parent | 636b13c5fcb8c9515cc84b5d77cdcd3533f17dcb (diff) | |
download | ffmpeg-c7be25856a01381dfac1c92b9fbc001ef583b57a.tar.gz |
Undefine DEBUG_SEEK.
Patch by Thorsten Jordan: tjordan macrosystem de
Originally committed as revision 10742 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |