[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec vorbis.c,1.22,1.23
Benjamin Larsson CVS
banan
Thu May 11 02:28:33 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv18067/libavcodec
Modified Files:
vorbis.c
Log Message:
Cosmetics. Add the defines needed for debug output.
Index: vorbis.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/vorbis.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- vorbis.c 11 May 2006 00:06:50 -0000 1.22
+++ vorbis.c 11 May 2006 00:28:30 -0000 1.23
@@ -20,6 +20,8 @@
*/
#undef V_DEBUG
+//#define V_DEBUG
+//#define AV_DEBUG(...) av_log(NULL, AV_LOG_INFO, __VA_ARGS__)
#include <math.h>
More information about the ffmpeg-cvslog
mailing list