[FFmpeg-cvslog] r10858 - trunk/libavformat/utils.c
diego
subversion
Thu Oct 25 12:11:15 CEST 2007
Author: diego
Date: Thu Oct 25 12:11:15 2007
New Revision: 10858
Log:
Remove unused variable, fixes warning:
utils.c: In function 'dump_format':
utils.c:2542: warning: unused variable 'flags'
Modified:
trunk/libavformat/utils.c
Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c (original)
+++ trunk/libavformat/utils.c Thu Oct 25 12:11:15 2007
@@ -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",
More information about the ffmpeg-cvslog
mailing list