[SCM] libav/experimental: 10l, forgot to remove old code, which broke snow.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:43:34 UTC 2013
The following commit has been merged in the experimental branch:
commit 45d1d9794db2836dd34d494d358b9d9ac77b9b0a
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Thu Apr 9 18:29:54 2009 +0000
10l, forgot to remove old code, which broke snow.
Originally committed as revision 18391 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 695f36f..44cfd44 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);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list