FFmpeg
|
png_parser.c File Reference
PNG parser. More...
Include dependency graph for png_parser.c:
Go to the source code of this file.
Data Structures | |
struct | PNGParseContext |
Typedefs | |
typedef struct PNGParseContext | PNGParseContext |
Functions | |
static int | png_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_png_parser |
Detailed Description
PNG parser.
Definition in file png_parser.c.
Typedef Documentation
typedef struct PNGParseContext PNGParseContext |
Function Documentation
|
static |
Definition at line 38 of file png_parser.c.
Variable Documentation
AVCodecParser ff_png_parser |
Initial value:
= {
.codec_ids = { AV_CODEC_ID_PNG },
.priv_data_size = sizeof(PNGParseContext),
.parser_parse = png_parse,
.parser_close = ff_parse_close,
}
Definition: libavcodec/avcodec.h:164
static int png_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: png_parser.c:38
struct PNGParseContext PNGParseContext
Definition at line 115 of file png_parser.c.
Generated on Tue Jan 21 2025 06:52:35 for FFmpeg by 1.8.11