Cosmetics. Add the defines needed for debug output.
authorBenjamin Larsson <banan@ludd.ltu.se>
Thu, 11 May 2006 00:28:30 +0000 (00:28 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Thu, 11 May 2006 00:28:30 +0000 (00:28 +0000)
Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vorbis.c

index cbf4fea..de3688c 100644 (file)
@@ -20,6 +20,8 @@
  */
 
 #undef V_DEBUG
+//#define V_DEBUG
+//#define AV_DEBUG(...) av_log(NULL, AV_LOG_INFO, __VA_ARGS__)
 
 #include <math.h>