[FFmpeg-cvslog] r10742 - trunk/libavformat/utils.c
benoit
subversion
Mon Oct 15 20:03:28 CEST 2007
Author: benoit
Date: Mon Oct 15 20:03:28 2007
New Revision: 10742
Log:
Undefine DEBUG_SEEK.
Patch by Thorsten Jordan: tjordan macrosystem de
Modified:
trunk/libavformat/utils.c
Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c (original)
+++ trunk/libavformat/utils.c Mon Oct 15 20:03:28 2007
@@ -1072,7 +1072,7 @@ int av_index_search_timestamp(AVStream *
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;
More information about the ffmpeg-cvslog
mailing list