projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24efb5e
)
Cosmetics. Add the defines needed for debug output.
author
Benjamin Larsson
<banan@ludd.ltu.se>
Thu, 11 May 2006 00:28:30 +0000
(
00:28
+0000)
committer
Benjamin Larsson
<banan@ludd.ltu.se>
Thu, 11 May 2006 00:28:30 +0000
(
00:28
+0000)
Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vorbis.c
patch
|
blob
|
history
diff --git
a/libavcodec/vorbis.c
b/libavcodec/vorbis.c
index cbf4fea156f5e52317ff0d4f156f0b3a07d35859..de3688c9137cca53e03266769ec3375df7caf1bb 100644
(file)
--- 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>