Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-09-09 16:36:10 +0400
committerMichael Niedermayer <michaelni@gmx.at>2007-09-09 16:36:10 +0400
commit32272f7e95192262d902ce14889f88463bda3d07 (patch)
treef0e4f5cbc70a9562d91d95f4451d80d6d944063c /libavcodec
parent014f9d233f1ae658bfc7317e0efa44f2473e367e (diff)
unused
Originally committed as revision 10454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/snow.c4
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