Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-08 18:54:14 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-11-08 18:54:14 +0400
commit60e028958c21b260edf08873ce0a275a508e51e9 (patch)
tree0bf174cd792c7741d3ea8276c37f258f8121c8a4 /libavformat/ffmdec.c
parent4a289624545c559107fac93597b23289a8b15c9f (diff)
ffmdec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/ffmdec.c')
-rw-r--r--libavformat/ffmdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c
index c3469c502f..02cf790f87 100644
--- a/libavformat/ffmdec.c
+++ b/libavformat/ffmdec.c
@@ -234,7 +234,6 @@ static int ffm2_read_header(AVFormatContext *s)
AVStream *st;
AVIOContext *pb = s->pb;
AVCodecContext *codec;
- int i;
ffm->packet_size = avio_rb32(pb);
if (ffm->packet_size != FFM_PACKET_SIZE)