mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 16:00:02 +01:00
Merge remote-tracking branch 'newdev/master'
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
#define CONFIG_AC3ENC_FLOAT 1
|
||||
#include "ac3enc.c"
|
||||
#include "kbdwin.h"
|
||||
|
||||
|
||||
/**
|
||||
@@ -74,7 +75,7 @@ static av_cold int mdct_init(AVCodecContext *avctx, AC3MDCTContext *mdct,
|
||||
*/
|
||||
static void mdct512(AC3MDCTContext *mdct, float *out, float *in)
|
||||
{
|
||||
ff_mdct_calc(&mdct->fft, out, in);
|
||||
mdct->fft.mdct_calc(&mdct->fft, out, in);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user