FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "bytestream.h"
#include "avcodec.h"
#include "internal.h"
#include "s3tc.h"
Include dependency graph for libavcodec/txd.c:
Go to the source code of this file.
Functions | |
static int | txd_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_txd_decoder |
Function Documentation
|
static |
Definition at line 31 of file libavcodec/txd.c.
Variable Documentation
AVCodec ff_txd_decoder |
Initial value:
= {
.name = "txd",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_TXD,
.decode = txd_decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
}
Definition: libavcodec/avcodec.h:208
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
static int txd_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: libavcodec/txd.c:31
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: avutil.h:143
Definition at line 135 of file libavcodec/txd.c.
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11