summaryrefslogtreecommitdiff
path: root/libavcodec/vp6.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-12 21:46:38 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-12 21:46:38 +0100
commiteba6a04e1c9c802186f14b93671dd3137ae6bea8 (patch)
tree66c7e76367a28e705e32f457130bfd4244dafba2 /libavcodec/vp6.c
parent2ec30267fe2138c3bdf188f390556658cf96282a (diff)
downloadffmpeg-eba6a04e1c9c802186f14b93671dd3137ae6bea8.tar.gz
vp6: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vp6.c')
-rw-r--r--libavcodec/vp6.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c
index 6fd1f507a4..4d27f7023d 100644
--- a/libavcodec/vp6.c
+++ b/libavcodec/vp6.c
@@ -603,8 +603,6 @@ static av_cold int vp6_decode_init(AVCodecContext *avctx)
vp6_decode_init_context(s);
if (s->has_alpha) {
- int i;
-
s->alpha_context = av_mallocz(sizeof(VP56Context));
ff_vp56_init_context(avctx, s->alpha_context,
s->flip == -1, s->has_alpha);