changeset 2605:fb544409b242 libavformat

Undefine DEBUG_SEEK. Patch by Thorsten Jordan: tjordan macrosystem de
author benoit
date Mon, 15 Oct 2007 18:03:28 +0000
parents cb5f9ba6b63b
children 5fec787b0889
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Mon Oct 15 16:26:02 2007 +0000
+++ b/utils.c	Mon Oct 15 18:03:28 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;