提交 63bb42fb 编写于 作者: D Diego Biurrun

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
上级 44626387
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册