diff options
author | Lynne <dev@lynne.ee> | 2022-10-26 13:12:58 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2022-11-06 14:39:27 +0100 |
commit | 4cee7ebd75205bca06ca8010711ae2f83a55caa6 (patch) | |
tree | 5f59cfe4a3a636a1e7cb81cea8b214076824c823 /libavcodec/ac3dec_float.c | |
parent | 2508e846a82bcab19fc7feaa573f4b0863b1a8b7 (diff) | |
download | ffmpeg-4cee7ebd75205bca06ca8010711ae2f83a55caa6.tar.gz |
ac3: convert to lavu/tx
Diffstat (limited to 'libavcodec/ac3dec_float.c')
-rw-r--r-- | libavcodec/ac3dec_float.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3dec_float.c b/libavcodec/ac3dec_float.c index 8c1adb3e01..b8868d8ee1 100644 --- a/libavcodec/ac3dec_float.c +++ b/libavcodec/ac3dec_float.c @@ -29,6 +29,7 @@ */ #include "config_components.h" +#define IMDCT_TYPE AV_TX_FLOAT_MDCT #include "ac3dec.h" #include "codec_internal.h" |