Commit b034b510 authored by michael's avatar michael

10l, forgot to remove old code, which broke snow.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18391 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9f49d95c
......@@ -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);
......
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