FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | DVDNavParseContext |
Macros | |
#define | PCI_SIZE 980 |
#define | DSI_SIZE 1018 |
Functions | |
static av_cold int | dvd_nav_parse_init (AVCodecParserContext *s) |
static int | dvd_nav_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_dvd_nav_parser |
#define PCI_SIZE 980 |
Definition at line 25 of file dvd_nav_parser.c.
#define DSI_SIZE 1018 |
Definition at line 26 of file dvd_nav_parser.c.
|
static |
Definition at line 35 of file dvd_nav_parser.c.
|
static |
Definition at line 44 of file dvd_nav_parser.c.
const AVCodecParser ff_dvd_nav_parser |
Definition at line 110 of file dvd_nav_parser.c.