summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-09 18:29:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-04-09 18:29:54 +0000
commit45d1d9794db2836dd34d494d358b9d9ac77b9b0a (patch)
tree5f08e3961a2b16d7a8946fdaf7103e77461e6180 /libavcodec/snow.c
parent158f189f82839bd41421f7f262e405f040503618 (diff)
10l, forgot to remove old code, which broke snow.
Originally committed as revision 18391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r--libavcodec/snow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 695f36f4c4..44cfd44983 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -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);