# HG changeset patch # User benoit # Date 1192564208 0 # Node ID 75b75b51ef2fd70d8c9cc10434f3466870221245 # Parent 0b993d4419693c135fd070096e8033f746edc760 Re-enable DEBUG_SEEK flag. diff -r 0b993d441969 -r 75b75b51ef2f utils.c --- 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;