Cosmetics. Add the defines needed for debug output.

Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Benjamin Larsson 19 years ago
parent 24efb5e51b
commit 8dcf48a8c3
  1. 2
      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>

Loading…
Cancel
Save