]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
10l, forgot to remove old code, which broke snow.
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 9 Apr 2009 18:29:54 +0000 (18:29 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 9 Apr 2009 18:29:54 +0000 (18:29 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18391 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/snow.c

index 695f36f4c47b2ee54b1d92c19827bf52bb5b4c7d..44cfd44983acbb4f1ddd4066f136a85db49ad21d 100644 (file)
@@ -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);