1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

ac3: convert to lavu/tx

This commit is contained in:
Lynne
2022-10-26 13:12:58 +02:00
parent 2508e846a8
commit 4cee7ebd75
18 changed files with 100 additions and 118 deletions

View File

@@ -29,6 +29,7 @@
*/
#include "config_components.h"
#define IMDCT_TYPE AV_TX_FLOAT_MDCT
#include "ac3dec.h"
#include "codec_internal.h"