diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-09-09 12:36:10 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-09-09 12:36:10 +0000 |
commit | 32272f7e95192262d902ce14889f88463bda3d07 (patch) | |
tree | f0e4f5cbc70a9562d91d95f4451d80d6d944063c /libavcodec/snow.c | |
parent | 014f9d233f1ae658bfc7317e0efa44f2473e367e (diff) | |
download | ffmpeg-32272f7e95192262d902ce14889f88463bda3d07.tar.gz |
unused
Originally committed as revision 10454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r-- | libavcodec/snow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 13ebad93a3..bf2a3d8666 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -3697,7 +3697,7 @@ static void init_qexp(void){ static int common_init(AVCodecContext *avctx){ SnowContext *s = avctx->priv_data; int width, height; - int level, orientation, plane_index, dec; + int level, orientation, plane_index; int i, j; s->avctx= avctx; @@ -3745,7 +3745,7 @@ static int common_init(AVCodecContext *avctx){ if(!qexp[0]) init_qexp(); - dec= s->spatial_decomposition_count= 5; + s->spatial_decomposition_count= 5; s->spatial_decomposition_type= avctx->prediction_method; //FIXME add decorrelator type r transform_type s->chroma_h_shift= 1; //FIXME XXX |