FFmpeg
Variables
cavs_parser.c File Reference

Chinese AVS video (AVS1-P2, JiZhun profile) parser. More...

#include "parser.h"
#include "cavs.h"

Variables

AVCodecParser ff_cavsvideo_parser
 

Detailed Description

Chinese AVS video (AVS1-P2, JiZhun profile) parser.

Author
Stefan Gehrer stefa.nosp@m.n.ge.nosp@m.hrer@.nosp@m.gmx..nosp@m.de

Variable Documentation

§ ff_cavsvideo_parser

AVCodecParser ff_cavsvideo_parser
Initial value:
= {
.codec_ids = { AV_CODEC_ID_CAVS },
.priv_data_size = sizeof(ParseContext),
.parser_parse = cavsvideo_parse,
.parser_close = ff_parse_close,
.split = ff_mpeg4video_split,
}
Definition: parser.h:28