10l typo
Originally committed as revision 6074 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e90a72701e
commit
92c5cb62b0
@ -2390,7 +2390,7 @@ static int mp_decode_layer3(MPADecodeContext *s)
|
|||||||
for(k=0;k<4;k++) {
|
for(k=0;k<4;k++) {
|
||||||
n = lsf_nsf_table[tindex2][tindex][k];
|
n = lsf_nsf_table[tindex2][tindex][k];
|
||||||
sl = slen[k];
|
sl = slen[k];
|
||||||
if(s1){
|
if(sl){
|
||||||
for(i=0;i<n;i++)
|
for(i=0;i<n;i++)
|
||||||
g->scale_factors[j++] = get_bits(&s->gb, sl);
|
g->scale_factors[j++] = get_bits(&s->gb, sl);
|
||||||
}else{
|
}else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user