diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2006-05-11 00:28:30 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2006-05-11 00:28:30 +0000 |
commit | 8dcf48a8c368dff8a4bfdcd7db6aa581788a2954 (patch) | |
tree | ac00429444b96910d0e1dd59a05d75d80737dd2b /libavcodec/vorbis.c | |
parent | 24efb5e51b97e0f84c6cb62e6f2d6a469431fa55 (diff) | |
download | ffmpeg-8dcf48a8c368dff8a4bfdcd7db6aa581788a2954.tar.gz |
Cosmetics. Add the defines needed for debug output.
Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vorbis.c')
-rw-r--r-- | libavcodec/vorbis.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <math.h> |