Go to the source code of this file.
Classes | |
| struct | DVBSubParseContext |
Functions | |
| static int | dvbsub_parse_init (AVCodecParserContext *s) |
| static int | dvbsub_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
| static void | dvbsub_parse_close (AVCodecParserContext *s) |
Variables | |
| AVCodecParser | dvbsub_parser |
| static int dvbsub_parse_init | ( | AVCodecParserContext * | s | ) | [static] |
Definition at line 41 of file dvbsub_parser.c.
| static int dvbsub_parse | ( | AVCodecParserContext * | s, | |
| AVCodecContext * | avctx, | |||
| const uint8_t ** | poutbuf, | |||
| int * | poutbuf_size, | |||
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 49 of file dvbsub_parser.c.
| static void dvbsub_parse_close | ( | AVCodecParserContext * | s | ) | [static] |
Definition at line 184 of file dvbsub_parser.c.
Initial value:
{
{ CODEC_ID_DVB_SUBTITLE },
sizeof(DVBSubParseContext),
dvbsub_parse_init,
dvbsub_parse,
dvbsub_parse_close,
}
Definition at line 190 of file dvbsub_parser.c.
1.5.5