1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +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

@@ -38,8 +38,6 @@
#if USE_FIXED
#define FFT_FLOAT 0
#define FIXR(a) ((int)((a) * 0 + 0.5))
#define FIXR12(a) ((int)((a) * 4096 + 0.5))
#define FIXR15(a) ((int)((a) * 32768 + 0.5))