[FFmpeg-cvslog] vp6: remove unused variable

Michael Niedermayer git at videolan.org
Tue Mar 12 22:16:05 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Mar 12 21:46:38 2013 +0100| [eba6a04e1c9c802186f14b93671dd3137ae6bea8] | committer: Michael Niedermayer

vp6: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eba6a04e1c9c802186f14b93671dd3137ae6bea8
---

 libavcodec/vp6.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c
index 6fd1f50..4d27f70 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);



More information about the ffmpeg-cvslog mailing list