[SCM] libav/experimental: Remove unused variable, fixes warning: utils.c: In function 'dump_format': utils.c:2542: warning: unused variable 'flags'
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:08:45 UTC 2013
The following commit has been merged in the experimental branch:
commit 63bb42fb36aca782136ce4a23d29ca6320d31c88
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Oct 25 10:11:15 2007 +0000
Remove unused variable, fixes warning:
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
diff --git a/libavformat/utils.c b/libavformat/utils.c
index fe967cb..a7a686e 100644
--- 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",
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list