mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 18:21:04 +00:00
Remove unused variable
Originally committed as revision 14880 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eb6fc557db
commit
1098e8d236
@ -1112,7 +1112,7 @@ static int decode_extension_payload(AACContext * ac, GetBitContext * gb, int cnt
|
|||||||
*/
|
*/
|
||||||
static void apply_tns(float coef[1024], TemporalNoiseShaping * tns, IndividualChannelStream * ics, int decode) {
|
static void apply_tns(float coef[1024], TemporalNoiseShaping * tns, IndividualChannelStream * ics, int decode) {
|
||||||
const int mmm = FFMIN(ics->tns_max_bands, ics->max_sfb);
|
const int mmm = FFMIN(ics->tns_max_bands, ics->max_sfb);
|
||||||
int w, filt, m, i, ib;
|
int w, filt, m, i;
|
||||||
int bottom, top, order, start, end, size, inc;
|
int bottom, top, order, start, end, size, inc;
|
||||||
float lpc[TNS_MAX_ORDER];
|
float lpc[TNS_MAX_ORDER];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user