Definition in file dca_parser.c.
Go to the source code of this file.
Classes | |
| struct | DCAParseContext |
Functions | |
| static int | dca_find_frame_end (DCAParseContext *pc1, const uint8_t *buf, int buf_size) |
| finds the end of the current frame in the bitstream. | |
| static int | dca_parse_init (AVCodecParserContext *s) |
| static int | dca_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| AVCodecParser | dca_parser |
| static int dca_find_frame_end | ( | DCAParseContext * | pc1, | |
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
finds the end of the current frame in the bitstream.
Definition at line 46 of file dca_parser.c.
Referenced by dca_parse().
| static int dca_parse_init | ( | AVCodecParserContext * | s | ) | [static] |
Definition at line 87 of file dca_parser.c.
| static int dca_parse | ( | AVCodecParserContext * | s, | |
| AVCodecContext * | avctx, | |||
| const uint8_t ** | poutbuf, | |||
| int * | poutbuf_size, | |||
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 95 of file dca_parser.c.
Initial value:
{
{CODEC_ID_DTS},
sizeof(DCAParseContext),
dca_parse_init,
dca_parse,
ff_parse_close,
}
Definition at line 120 of file dca_parser.c.
1.5.5