Commit b5b88eb3 authored by Michael Niedermayer's avatar Michael Niedermayer

we only have 2 wavelets, the 3rd was just for experimentation ...

Originally committed as revision 10219 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d593e329
......@@ -3744,7 +3744,7 @@ static int decode_header(SnowContext *s){
}
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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment