mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02: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)
|
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