|
FFmpeg
|
#include <inttypes.h>#include <string.h>#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | DVBSubParseContext |
Macros | |
| #define | PARSE_BUF_SIZE (65536) |
Functions | |
| static int | dvbsub_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| const AVCodecParser | ff_dvbsub_parser |
| #define PARSE_BUF_SIZE (65536) |
Definition at line 32 of file dvbsub_parser.c.
|
static |
Definition at line 43 of file dvbsub_parser.c.
| const AVCodecParser ff_dvbsub_parser |
Definition at line 167 of file dvbsub_parser.c.
1.8.17