Browse Source

avcodec/snow: remove unused variables

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer 11 years ago
parent
commit
a3f752bcee
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/snow.c

+ 0
- 2
libavcodec/snow.c 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);



Loading…
Cancel
Save