#include "parser.h"
Go to the source code of this file.
Defines | |
| #define | DNXHD_HEADER_PREFIX 0x0000028001 |
Functions | |
| static int | dnxhd_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
| static int | dnxhd_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| AVCodecParser | ff_dnxhd_parser |
Definition in file dnxhd_parser.c.
| #define DNXHD_HEADER_PREFIX 0x0000028001 |
| static int dnxhd_find_frame_end | ( | ParseContext * | pc, | |
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
| static int dnxhd_parse | ( | AVCodecParserContext * | s, | |
| AVCodecContext * | avctx, | |||
| const uint8_t ** | poutbuf, | |||
| int * | poutbuf_size, | |||
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 66 of file dnxhd_parser.c.
Initial value:
{
.codec_ids = { CODEC_ID_DNXHD },
.priv_data_size = sizeof(ParseContext),
.parser_parse = dnxhd_parse,
.parser_close = ff_parse_close,
}
Definition at line 89 of file dnxhd_parser.c.
1.5.8