mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
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++) {
|
||||
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{
|
||||
|
Loading…
Reference in New Issue
Block a user