Commit a3f752bc authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/snow: remove unused variables

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1b034483
......@@ -645,8 +645,6 @@ void ff_snow_release_buffer(AVCodecContext *avctx)
int ff_snow_frame_start(SnowContext *s){
AVFrame *tmp;
int i, ret;
int w= s->avctx->width; //FIXME round up to x16 ?
int h= s->avctx->height;
ff_snow_release_buffer(s->avctx);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment