|
@@ -3744,7 +3744,7 @@ static int decode_header(SnowContext *s){ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
s->spatial_decomposition_type+= get_symbol(&s->c, s->header_state, 1); |
|
|
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); |
|
|
av_log(s->avctx, AV_LOG_ERROR, "spatial_decomposition_type %d not supported", s->spatial_decomposition_type); |
|
|
return -1; |
|
|
return -1; |
|
|
} |
|
|
} |
|
|