mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
ac3: fix memleak in fixed-point encoder
caused by typo in mdct_end
This commit is contained in:
parent
a14c08247d
commit
6ad2bafcfd
@ -36,7 +36,7 @@
|
||||
*/
|
||||
static av_cold void mdct_end(AC3MDCTContext *mdct)
|
||||
{
|
||||
ff_fft_end(&mdct->fft);
|
||||
ff_mdct_end(&mdct->fft);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user