Browse Source

Cosmetics. Add the defines needed for debug output.

Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benjamin Larsson 20 years ago
parent
commit
8dcf48a8c3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/vorbis.c

+ 2
- 0
libavcodec/vorbis.c View 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>



Loading…
Cancel
Save