mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-25 08:56:59 +08:00
mpegaudio: move OUT_FMT macro to mpegaudiodec.c
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -67,11 +67,9 @@
|
||||
|
||||
#if CONFIG_FLOAT
|
||||
typedef float OUT_INT;
|
||||
#define OUT_FMT AV_SAMPLE_FMT_FLT
|
||||
#else
|
||||
typedef int16_t OUT_INT;
|
||||
#define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)
|
||||
#define OUT_FMT AV_SAMPLE_FMT_S16
|
||||
#endif
|
||||
|
||||
#if CONFIG_FLOAT
|
||||
|
||||
Reference in New Issue
Block a user