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 cbf4fea156f5e52317ff0d4f156f0b3a07d35859..de3688c9137cca53e03266769ec3375df7caf1bb 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>