git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fe533bb
)
10l
author
Alex Beregszaszi
<alex@rtfs.hu>
Mon, 21 Feb 2005 17:52:23 +0000
(17:52 +0000)
committer
Alex Beregszaszi
<alex@rtfs.hu>
Mon, 21 Feb 2005 17:52:23 +0000
(17:52 +0000)
Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/interplayvideo.c
patch
|
blob
|
history
diff --git
a/libavcodec/interplayvideo.c
b/libavcodec/interplayvideo.c
index
06816ba
..
f4add08
100644
(file)
--- a/
libavcodec/interplayvideo.c
+++ b/
libavcodec/interplayvideo.c
@@
-47,7
+47,7
@@
/* debugging support */
#define DEBUG_INTERPLAY 0
#if DEBUG_INTERPLAY
-#define debug_interplay
printf
+#define debug_interplay
(x,...) av_log(NULL, AV_LOG_DEBUG, x, __VA_ARGS__)
#else
static inline void debug_interplay(const char *format, ...) { }
#endif