[FFmpeg-cvslog] vp56: remove unused variable

Michael Niedermayer git at videolan.org
Wed Mar 13 04:18:46 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Mar 13 03:47:16 2013 +0100| [12fe78a77bf5c2f7e31dcdd0fa4c40d8dc11c762] | committer: Michael Niedermayer

vp56: remove unused variable

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

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

 libavcodec/vp56.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/vp56.c b/libavcodec/vp56.c
index d73d828..83ba68c 100644
--- a/libavcodec/vp56.c
+++ b/libavcodec/vp56.c
@@ -740,7 +740,6 @@ av_cold int ff_vp56_free(AVCodecContext *avctx)
 
 av_cold int ff_vp56_free_context(VP56Context *s)
 {
-    AVCodecContext *avctx = s->avctx;
     int i;
 
     av_freep(&s->above_blocks);



More information about the ffmpeg-cvslog mailing list