FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
txd.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "bytestream.h"
#include "avcodec.h"
#include "internal.h"
#include "s3tc.h"

Go to the source code of this file.

Data Structures

struct  TXDContext
 

Functions

static av_cold int txd_init (AVCodecContext *avctx)
 
static int txd_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 
static av_cold int txd_end (AVCodecContext *avctx)
 

Variables

AVCodec ff_txd_decoder
 

Function Documentation

static av_cold int txd_init ( AVCodecContext avctx)
static

Definition at line 35 of file txd.c.

static int txd_decode_frame ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket avpkt 
)
static

Definition at line 44 of file txd.c.

static av_cold int txd_end ( AVCodecContext avctx)
static

Definition at line 156 of file txd.c.

Variable Documentation

AVCodec ff_txd_decoder
Initial value:
= {
.name = "txd",
.priv_data_size = sizeof(TXDContext),
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
}

Definition at line 165 of file txd.c.