vp56: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f536df99fe
commit
12fe78a77b
@ -740,7 +740,6 @@ av_cold int ff_vp56_free(AVCodecContext *avctx)
|
|||||||
|
|
||||||
av_cold int ff_vp56_free_context(VP56Context *s)
|
av_cold int ff_vp56_free_context(VP56Context *s)
|
||||||
{
|
{
|
||||||
AVCodecContext *avctx = s->avctx;
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
av_freep(&s->above_blocks);
|
av_freep(&s->above_blocks);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user