avcodec/snow: remove unused variables

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-07-16 21:24:11 +02:00
parent 1b03448385
commit a3f752bcee

View File

@ -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);