mirror of https://git.ffmpeg.org/ffmpeg.git
10l, forgot to remove old code, which broke snow.
Originally committed as revision 18391 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
158f189f82
commit
45d1d9794d
|
@ -3577,7 +3577,6 @@ static int decode_header(SnowContext *s){
|
|||
s->block_max_depth= 0;
|
||||
}
|
||||
if(s->keyframe){
|
||||
s->version= get_symbol(&s->c, s->header_state, 0);
|
||||
GET_S(s->version, tmp <= 0U)
|
||||
s->always_reset= get_rac(&s->c, s->header_state);
|
||||
s->temporal_decomposition_type= get_symbol(&s->c, s->header_state, 0);
|
||||
|
|
Loading…
Reference in New Issue