diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-16 21:24:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-16 21:24:11 +0200 |
commit | a3f752bcee4d09648bc76519a9dbe1ffe85c97a9 (patch) | |
tree | 339c4a81ef80f4154d24ea095d48eaa13f1f0a99 | |
parent | 1b034483853b23a7dd58c8c143919d1b6792fc5f (diff) | |
download | ffmpeg-a3f752bcee4d09648bc76519a9dbe1ffe85c97a9.tar.gz |
avcodec/snow: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/snow.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 7cce7a583a..668fe72bfb 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -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); |