]> git.sesse.net Git - ffmpeg/commitdiff
disable TRACE
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Aug 2007 13:04:45 +0000 (13:04 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 10 Aug 2007 13:04:45 +0000 (13:04 +0000)
Originally committed as revision 10053 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nutenc.c

index f7eff28f829731d2c46e678fa6890d667c962e2e..64e92406bb478e87b23ff32a97d9cd6823638cbd 100644 (file)
@@ -22,8 +22,6 @@
 #include "nut.h"
 #include "tree.h"
 
-#define TRACE
-
 static void build_frame_code(AVFormatContext *s){
     NUTContext *nut = s->priv_data;
     int key_frame, index, pred, stream_id;