From 8dcf48a8c368dff8a4bfdcd7db6aa581788a2954 Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Thu, 11 May 2006 00:28:30 +0000 Subject: [PATCH] Cosmetics. Add the defines needed for debug output. Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c index cbf4fea156..de3688c913 100644 --- a/libavcodec/vorbis.c +++ b/libavcodec/vorbis.c @@ -20,6 +20,8 @@ */ #undef V_DEBUG +//#define V_DEBUG +//#define AV_DEBUG(...) av_log(NULL, AV_LOG_INFO, __VA_ARGS__) #include