FFmpeg
|
#include "parser.h"
Go to the source code of this file.
Functions | |
static int | h263_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
static int | h263_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_h263_parser |
H.263 parser
Definition in file h263_parser.c.
|
static |
Definition at line 29 of file h263_parser.c.
Referenced by h263_parse().
|
static |
Definition at line 65 of file h263_parser.c.
const AVCodecParser ff_h263_parser |
Definition at line 90 of file h263_parser.c.