FFmpeg
Loading...
Searching...
No Matches
prores_raw_parser.c File Reference
#include "parser.h"
#include "bytestream.h"
#include "parser_internal.h"

Go to the source code of this file.

Functions

static int prores_raw_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
 

Variables

const FFCodecParser ff_prores_raw_parser
 

Function Documentation

◆ prores_raw_parse()

static int prores_raw_parse ( AVCodecParserContext * s,
AVCodecContext * avctx,
const uint8_t ** poutbuf,
int * poutbuf_size,
const uint8_t * buf,
int buf_size )
static

Definition at line 25 of file prores_raw_parser.c.

Variable Documentation

◆ ff_prores_raw_parser

const FFCodecParser ff_prores_raw_parser
Initial value:
= {
.parse = prores_raw_parse,
}
@ AV_CODEC_ID_PRORES_RAW
Definition codec_id.h:324
#define PARSER_CODEC_LIST(...)
static int prores_raw_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)

Definition at line 87 of file prores_raw_parser.c.