mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
maybe fix the stupid bug in the mp3 decoder code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5200 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
52750366ed
commit
0236383f82
@ -836,11 +836,11 @@ static int III_dequantize_sample(struct mpstr *mp, real xr[SBLIMIT][SSLIMIT], in
|
||||
v = gr_info->pow2gain[sanity];
|
||||
cb = *m++;
|
||||
} else {
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
} else {
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user