vp6: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2ec30267fe
commit
eba6a04e1c
@ -603,8 +603,6 @@ static av_cold int vp6_decode_init(AVCodecContext *avctx)
|
|||||||
vp6_decode_init_context(s);
|
vp6_decode_init_context(s);
|
||||||
|
|
||||||
if (s->has_alpha) {
|
if (s->has_alpha) {
|
||||||
int i;
|
|
||||||
|
|
||||||
s->alpha_context = av_mallocz(sizeof(VP56Context));
|
s->alpha_context = av_mallocz(sizeof(VP56Context));
|
||||||
ff_vp56_init_context(avctx, s->alpha_context,
|
ff_vp56_init_context(avctx, s->alpha_context,
|
||||||
s->flip == -1, s->has_alpha);
|
s->flip == -1, s->has_alpha);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user