22 #define CONFIG_FLOAT 1
25 #if CONFIG_MP1FLOAT_DECODER
41 #if CONFIG_MP2FLOAT_DECODER
57 #if CONFIG_MP3FLOAT_DECODER
73 #if CONFIG_MP3ADUFLOAT_DECODER
74 AVCodec ff_mp3adufloat_decoder = {
75 .
name =
"mp3adufloat",
80 .
decode = decode_frame_adu,
89 #if CONFIG_MP3ON4FLOAT_DECODER
90 AVCodec ff_mp3on4float_decoder = {
91 .
name =
"mp3on4float",
94 .priv_data_size =
sizeof(MP3On4DecodeContext),
95 .
init = decode_init_mp3on4,
96 .
close = decode_close_mp3on4,
97 .
decode = decode_frame_mp3on4,
99 .
flush = flush_mp3on4,
struct MPADecodeContext MPADecodeContext
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
static av_cold int decode_init(AVCodecContext *avctx)
static int init(AVCodecParserContext *s)
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
preferred ID for decoding MPEG audio layer 1, 2 or 3
const char * name
Name of the codec implementation.
static void close(AVCodecParserContext *s)
static av_cold void flush(AVCodecContext *avctx)
Flush (reset) the frame ID after seeking.
AVSampleFormat
Audio Sample Formats.