projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
700363a
)
Remove pointless '#ifdef DEBUG' around dprintf macro.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 29 Jul 2009 17:12:47 +0000
(17:12 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 29 Jul 2009 17:12:47 +0000
(17:12 +0000)
Originally committed as revision 19535 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avidec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/avidec.c
b/libavformat/avidec.c
index
cd8c613
..
86e5357
100644
(file)
--- a/
libavformat/avidec.c
+++ b/
libavformat/avidec.c
@@
-288,9
+288,7
@@
static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
avi->movi_list = url_ftell(pb) - 4;
if(size) avi->movi_end = avi->movi_list + size + (size & 1);
else avi->movi_end = url_fsize(pb);
-#ifdef DEBUG
dprintf(NULL, "movi end=%"PRIx64"\n", avi->movi_end);
-#endif
goto end_of_header;
}
break;