summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-13 03:47:16 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 04:12:14 +0100
commit12fe78a77bf5c2f7e31dcdd0fa4c40d8dc11c762 (patch)
tree0d7f12b759b5761fff8dbf6a7cc718e3fc242aa7 /libavcodec/vp56.c
parentf536df99feb7a86f9940c62bd42be0826146ebe5 (diff)
downloadffmpeg-12fe78a77bf5c2f7e31dcdd0fa4c40d8dc11c762.tar.gz
vp56: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vp56.c')
-rw-r--r--libavcodec/vp56.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vp56.c b/libavcodec/vp56.c
index d73d828cc5..83ba68c985 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);