Commit 6ad2bafc authored by Janne Grunau's avatar Janne Grunau

ac3: fix memleak in fixed-point encoder

caused by typo in mdct_end
parent a14c0824
......@@ -36,7 +36,7 @@
*/
static av_cold void mdct_end(AC3MDCTContext *mdct)
{
ff_fft_end(&mdct->fft);
ff_mdct_end(&mdct->fft);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment