ADX audio parser. More...
Go to the source code of this file.
Data Structures | |
| struct | ADXParseContext |
Typedefs | |
| typedef struct ADXParseContext | ADXParseContext |
Functions | |
| static int | adx_parse (AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| AVCodecParser | ff_adx_parser |
| typedef struct ADXParseContext ADXParseContext |
| static int adx_parse | ( | AVCodecParserContext * | s1, |
| AVCodecContext * | avctx, | ||
| const uint8_t ** | poutbuf, | ||
| int * | poutbuf_size, | ||
| const uint8_t * | buf, | ||
| int | buf_size | ||
| ) | [static] |
Definition at line 39 of file adx_parser.c.
{
.codec_ids = { CODEC_ID_ADPCM_ADX },
.priv_data_size = sizeof(ADXParseContext),
.parser_parse = adx_parse,
.parser_close = ff_parse_close,
}
Definition at line 88 of file adx_parser.c.