FFmpeg
Variables
h261_parser.c File Reference

H.261 parser. More...

#include "parser.h"

Variables

AVCodecParser ff_h261_parser
 

Detailed Description

H.261 parser.

Variable Documentation

§ ff_h261_parser

AVCodecParser ff_h261_parser
Initial value:
= {
.codec_ids = { AV_CODEC_ID_H261 },
.priv_data_size = sizeof(ParseContext),
.parser_parse = h261_parse,
.parser_close = ff_parse_close,
}
Definition: parser.h:28