FFmpeg
Loading...
Searching...
No Matches
ffv1_parser.c File Reference
#include "avcodec.h"
#include "ffv1.h"
#include "parser_internal.h"
#include "rangecoder.h"
#include "libavutil/attributes.h"

Go to the source code of this file.

Data Structures

struct  FFV1ParseContext
 

Functions

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

Variables

const FFCodecParser ff_ffv1_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 31 of file ffv1_parser.c.

◆ ffv1_close()

static av_cold void ffv1_close ( AVCodecParserContext * s)
static

Definition at line 76 of file ffv1_parser.c.

Variable Documentation

◆ ff_ffv1_parser

const FFCodecParser ff_ffv1_parser
Initial value:
= {
.priv_data_size = sizeof(FFV1ParseContext),
}
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
static av_cold void close(AVCodecParserContext *s)
Definition apv_parser.c:197
static av_cold void ffv1_close(AVCodecParserContext *s)
Definition ffv1_parser.c:76
@ AV_CODEC_ID_FFV1
Definition codec_id.h:83
#define PARSER_CODEC_LIST(...)

Definition at line 84 of file ffv1_parser.c.