FFmpeg
Data Structures | Functions | Variables
xwd_parser.c File Reference
#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
 

Detailed Description

XWD parser

Definition in file xwd_parser.c.

Function Documentation

◆ xwd_parse()

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

Definition at line 39 of file xwd_parser.c.

Variable Documentation

◆ ff_xwd_parser

const FFCodecParser ff_xwd_parser
Initial value:

Definition at line 99 of file xwd_parser.c.

ff_parse_close
av_cold void ff_parse_close(AVCodecParserContext *s)
Definition: parser.c:298
close
static av_cold void close(AVCodecParserContext *s)
Definition: apv_parser.c:136
AV_CODEC_ID_XWD
@ AV_CODEC_ID_XWD
Definition: codec_id.h:212
parse
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:46
xwd_parse
static int xwd_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition: xwd_parser.c:39
PARSER_CODEC_LIST
#define PARSER_CODEC_LIST(...)
Definition: parser_internal.h:76
XWDParseContext
Definition: xwd_parser.c:32