# HG changeset patch # User michael # Date 1188011053 0 # Node ID effa59ca89b305794344ecbc374677267a60fc6e # Parent 3ae03eacbe9f2d4d6dcd0a4f9100bc39d16f980a we only have 2 wavelets, the 3rd was just for experimentation ... diff -r 3ae03eacbe9f -r effa59ca89b3 snow.c --- a/snow.c Sat Aug 25 03:00:51 2007 +0000 +++ b/snow.c Sat Aug 25 03:04:13 2007 +0000 @@ -3744,7 +3744,7 @@ } s->spatial_decomposition_type+= get_symbol(&s->c, s->header_state, 1); - if(s->spatial_decomposition_type > 2){ + if(s->spatial_decomposition_type > 1){ av_log(s->avctx, AV_LOG_ERROR, "spatial_decomposition_type %d not supported", s->spatial_decomposition_type); return -1; }