FFmpeg
Loading...
Searching...
No Matches
prores_parser.c File Reference
#include "libavutil/intreadwrite.h"
#include "bytestream.h"
#include "avcodec.h"
#include "parser_internal.h"

Go to the source code of this file.

Functions

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

Variables

const FFCodecParser ff_prores_parser
 

Function Documentation

◆ parse()

static int 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_parser.c.

Variable Documentation

◆ ff_prores_parser

const FFCodecParser ff_prores_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_PRORES
Definition codec_id.h:198
#define PARSER_CODEC_LIST(...)

Definition at line 126 of file prores_parser.c.