Commit 117af76e authored by michael's avatar michael

10l typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6074 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c163f126
...@@ -2390,7 +2390,7 @@ static int mp_decode_layer3(MPADecodeContext *s) ...@@ -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{
......
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