#include "parser.h"
Go to the source code of this file.
Functions | |
static int | h261_find_frame_end (ParseContext *pc, AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
static int | h261_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | h261_parser |
Definition in file h261_parser.c.
static int h261_find_frame_end | ( | ParseContext * | pc, | |
AVCodecContext * | avctx, | |||
const uint8_t * | buf, | |||
int | buf_size | |||
) | [static] |
static int h261_parse | ( | AVCodecParserContext * | s, | |
AVCodecContext * | avctx, | |||
const uint8_t ** | poutbuf, | |||
int * | poutbuf_size, | |||
const uint8_t * | buf, | |||
int | buf_size | |||
) | [static] |
Definition at line 65 of file h261_parser.c.
Initial value:
{ { CODEC_ID_H261 }, sizeof(ParseContext), NULL, h261_parse, ff_parse_close, }
Definition at line 84 of file h261_parser.c.