[SCM] libav/experimental: mlpdec: quant_step_size can be any value from 0 to 0xF.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:42:42 UTC 2013


The following commit has been merged in the experimental branch:
commit 8e9ee714fcf764278d84c3b2ca877cffbd730147
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Fri Mar 27 23:48:08 2009 +0000

    mlpdec: quant_step_size can be any value from 0 to 0xF.
    
    Originally committed as revision 18210 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c
index a305137..905fb0b 100644
--- a/libavcodec/mlpdec.c
+++ b/libavcodec/mlpdec.c
@@ -636,7 +636,6 @@ static int read_decoding_params(MLPDecodeContext *m, GetBitContext *gbp,
                 ChannelParams *cp = &m->channel_params[ch];
 
                 s->quant_step_size[ch] = get_bits(gbp, 4);
-                /* TODO: validate */
 
                 cp->sign_huff_offset = calculate_sign_huff(m, substr, ch);
             }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list