FFmpeg
|
Include dependency graph for pnm_parser.c:
Go to the source code of this file.
Functions | |
static int | pnm_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodecParser | ff_pnm_parser |
Function Documentation
|
static |
Definition at line 26 of file pnm_parser.c.
Variable Documentation
AVCodecParser ff_pnm_parser |
Initial value:
= {
.priv_data_size = sizeof(ParseContext),
.parser_parse = pnm_parse,
.parser_close = ff_parse_close,
}
Definition: libavcodec/avcodec.h:166
Definition: libavcodec/avcodec.h:169
Definition: libavcodec/avcodec.h:168
Definition: libavcodec/avcodec.h:167
static int pnm_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: pnm_parser.c:26
struct ParseContext ParseContext
Definition: libavcodec/avcodec.h:165
Definition at line 86 of file pnm_parser.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11