diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2007-10-16 19:50:08 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-10-16 19:50:08 +0000 |
commit | 0f652a8ee384a1b01c68c68e8f0da4f51b59aa1e (patch) | |
tree | 37c99897db27c90392b2a6102fa5a85690ee5945 /libavformat/utils.c | |
parent | 86161ceca142e68366596043c47f66a0da8b727f (diff) | |
download | ffmpeg-0f652a8ee384a1b01c68c68e8f0da4f51b59aa1e.tar.gz |
Re-enable DEBUG_SEEK flag.
Originally committed as revision 10758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-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 4f1c6a2610..c85b119b9e 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; |