FFmpeg
Functions | Variables
h263_parser.c File Reference

H.263 parser. More...

#include "parser.h"
#include "h263_parser.h"

Functions

int ff_h263_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size)
 

Variables

AVCodecParser ff_h263_parser
 

Detailed Description

H.263 parser.

Variable Documentation

§ ff_h263_parser

AVCodecParser ff_h263_parser
Initial value:
= {
.codec_ids = { AV_CODEC_ID_H263 },
.priv_data_size = sizeof(ParseContext),
.parser_parse = h263_parse,
.parser_close = ff_parse_close,
}
Definition: parser.h:28