changeset 5663:4264b8bb3659 libavcodec

unused
author michael
date Sun, 09 Sep 2007 12:36:10 +0000
parents 77297fe0311c
children 1f9e8321c2fb
files snow.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/snow.c	Sun Sep 09 12:33:34 2007 +0000
+++ b/snow.c	Sun Sep 09 12:36:10 2007 +0000
@@ -3697,7 +3697,7 @@
 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 @@
     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