frwu.c File Reference
#include "avcodec.h"
#include "bytestream.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Functions

static av_cold int decode_init (AVCodecContext *avctx)
static int decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int decode_close (AVCodecContext *avctx)

Variables

AVCodec ff_frwu_decoder

Function Documentation

static av_cold int decode_close ( AVCodecContext avctx)
static

Definition at line 102 of file frwu.c.

static int decode_frame ( AVCodecContext avctx,
void data,
int *  data_size,
AVPacket avpkt 
)
static

Definition at line 40 of file frwu.c.

static av_cold int decode_init ( AVCodecContext avctx)
static

Definition at line 27 of file frwu.c.

Variable Documentation

AVCodec ff_frwu_decoder
Initial value:
{
.name = "FRWU",
.init = decode_init,
.close = decode_close,
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Forward Uncompressed"),
}

Definition at line 112 of file frwu.c.