#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "xwd.h"
Go to the source code of this file.
Initial value:= {
.name = "xwd",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int xwd_decode_init(AVCodecContext *avctx)
static int xwd_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static av_cold int xwd_decode_close(AVCodecContext *avctx)
Definition at line 261 of file xwddec.c.