changeset 3301:89af006ac42d libavcodec

Cosmetics. Add the defines needed for debug output.
author banan
date Thu, 11 May 2006 00:28:30 +0000
parents 798f64f1263c
children cb356bfc7e22
files vorbis.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vorbis.c	Thu May 11 00:06:50 2006 +0000
+++ b/vorbis.c	Thu May 11 00:28:30 2006 +0000
@@ -20,6 +20,8 @@
  */
 
 #undef V_DEBUG
+//#define V_DEBUG
+//#define AV_DEBUG(...) av_log(NULL, AV_LOG_INFO, __VA_ARGS__)
 
 #include <math.h>