# HG changeset patch # User michael # Date 1189341370 0 # Node ID 4264b8bb3659fb75ab0a50e6488b0eb364b52512 # Parent 77297fe0311cc21220e71910f13a7e0aaecec82e unused diff -r 77297fe0311c -r 4264b8bb3659 snow.c --- 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