FFmpeg
Loading...
Searching...
No Matches
webp_parser.c File Reference

WebP parser. More...

#include "libavutil/bswap.h"
#include "libavutil/common.h"
#include "parser.h"
#include "parser_internal.h"

Go to the source code of this file.

Data Structures

struct  WebPParseContext
 

Functions

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

Variables

const FFCodecParser ff_webp_parser
 

Detailed Description

WebP parser.

Definition in file webp_parser.c.

Function Documentation

◆ webp_parse()

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

Definition at line 38 of file webp_parser.c.

Variable Documentation

◆ ff_webp_parser

const FFCodecParser ff_webp_parser
Initial value:
= {
.priv_data_size = sizeof(WebPParseContext),
}
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
@ AV_CODEC_ID_WEBP
Definition codec_id.h:221
av_cold void ff_parse_close(AVCodecParserContext *s)
Definition parser.c:300
#define PARSER_CODEC_LIST(...)
static int webp_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition webp_parser.c:38

Definition at line 108 of file webp_parser.c.