Commit 92c5cb62 authored by Michael Niedermayer's avatar Michael Niedermayer

10l typo

Originally committed as revision 6074 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e90a7270
......@@ -2390,7 +2390,7 @@ static int mp_decode_layer3(MPADecodeContext *s)
for(k=0;k<4;k++) {
n = lsf_nsf_table[tindex2][tindex][k];
sl = slen[k];
if(s1){
if(sl){
for(i=0;i<n;i++)
g->scale_factors[j++] = get_bits(&s->gb, sl);
}else{
......
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