From 1b0353be6da7baaa7d0ca7bba3a830fcb6d86db0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 10 Aug 2007 13:04:45 +0000 Subject: [PATCH] disable TRACE Originally committed as revision 10053 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nutenc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index f7eff28f82..64e92406bb 100644 --- a/libavformat/nutenc.c +++ b/libavformat/nutenc.c @@ -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;