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:
4462638
)
Remove unused variable, fixes warning:
author
Diego Biurrun
<diego@biurrun.de>
Thu, 25 Oct 2007 10:11:15 +0000
(10:11 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 25 Oct 2007 10:11:15 +0000
(10:11 +0000)
utils.c: In function 'dump_format':
utils.c:2542: warning: unused variable 'flags'
Originally committed as revision 10858 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c
patch
|
blob
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
fe967cb
..
a7a686e
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-2539,7
+2539,7
@@
void dump_format(AVFormatContext *ic,
const char *url,
int is_output)
{
- int i
, flags
;
+ int i;
av_log(NULL, AV_LOG_INFO, "%s #%d, %s, %s '%s':\n",
is_output ? "Output" : "Input",