|
FFmpeg
|
#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 |
WebP parser
Definition in file webp_parser.c.
|
static |
Definition at line 38 of file webp_parser.c.
| const FFCodecParser ff_webp_parser |
Definition at line 108 of file webp_parser.c.
1.8.17