summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-03-12 17:55:59 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-12 17:55:59 +0100
commit27efa296c217dcd9d55354395e4f41991b7cc131 (patch)
treeb9da73fee575598cccc7d486bdeabdb58e7f7971 /ffmpeg.c
parent3efbbbb5094a146efeb1f0613918ea97d31d00d2 (diff)
parent0215006ab75be1f49fa8eacf2c6d3c1bd22edfc7 (diff)
Merge branch 'master' of git://git.ffmpeg.org/ffmpeg
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 3c51079ef1..45b819824d 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -520,7 +520,6 @@ static int ffmpeg_exit(int ret)
/* close files */
for(i=0;i<nb_output_files;i++) {
AVFormatContext *s = output_files[i];
- int j;
if (!(s->oformat->flags & AVFMT_NOFILE) && s->pb)
avio_close(s->pb);
avformat_free_context(s);