#include "avcodec.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "bytestream.h"
#include "get_bits.h"
#include "internal.h"
Go to the source code of this file.
#define BITSTREAM_READER_LE |
static int xan_decode_chroma |
( |
AVCodecContext * |
avctx, |
|
|
unsigned |
chroma_off |
|
) |
| |
|
static |
Initial value:= {
.name = "xan_wc4",
}
static av_cold int init(AVCodecContext *avctx)
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int xan_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static av_cold int xan_decode_end(AVCodecContext *avctx)
static void close(AVCodecParserContext *s)
static av_cold int xan_decode_init(AVCodecContext *avctx)
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition at line 443 of file xxan.c.