| FFmpeg
    | 
Go to the source code of this file.
| Data Structures | |
| struct | DVBSubParseContext | 
| Macros | |
| #define | PARSE_BUF_SIZE (65536) | 
| Functions | |
| static av_cold 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 av_cold void | dvbsub_parse_close (AVCodecParserContext *s) | 
| Variables | |
| AVCodecParser | ff_dvbsub_parser | 
| #define PARSE_BUF_SIZE (65536) | 
Definition at line 27 of file dvbsub_parser.c.
Referenced by dvbsub_parse(), and dvbsub_parse_init().
| 
 | static | 
Definition at line 38 of file dvbsub_parser.c.
| 
 | static | 
Definition at line 46 of file dvbsub_parser.c.
| 
 | static | 
Definition at line 168 of file dvbsub_parser.c.
| AVCodecParser ff_dvbsub_parser | 
Definition at line 174 of file dvbsub_parser.c.
 1.8.2
 1.8.2