FFmpeg
Loading...
Searching...
No Matches
vp9_parser.c File Reference
#include "avcodec.h"
#include "get_bits.h"
#include "parser_internal.h"

Go to the source code of this file.

Functions

static int parse (AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **out_data, int *out_size, const uint8_t *data, int size)
 

Variables

const FFCodecParser ff_vp9_parser
 

Function Documentation

◆ parse()

static int parse ( AVCodecParserContext * ctx,
AVCodecContext * avctx,
const uint8_t ** out_data,
int * out_size,
const uint8_t * data,
int size )
static

Definition at line 28 of file vp9_parser.c.

Variable Documentation

◆ ff_vp9_parser

const FFCodecParser ff_vp9_parser
Initial value:
= {
.parse = parse,
}
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition apv_parser.c:92
@ AV_CODEC_ID_VP9
Definition codec_id.h:217
#define PARSER_CODEC_LIST(...)

Definition at line 67 of file vp9_parser.c.