frwu.c File Reference
#include "avcodec.h"
#include "bytestream.h"
#include "internal.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 *got_frame, 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 106 of file frwu.c.

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

Definition at line 42 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 116 of file frwu.c.