|
FFmpeg
|
#include "libavutil/intreadwrite.h"#include "parser.h"#include "parser_internal.h"#include "xwd.h"Go to the source code of this file.
Data Structures | |
| struct | XWDParseContext |
Functions | |
| static int | xwd_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
| const FFCodecParser | ff_xwd_parser |
XWD parser
Definition in file xwd_parser.c.
|
static |
Definition at line 39 of file xwd_parser.c.
| const FFCodecParser ff_xwd_parser |
Definition at line 99 of file xwd_parser.c.
1.8.17