libavcodec/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

Initial value:

 {
    .name           = "frwu",
    .type           = AVMEDIA_TYPE_VIDEO,
    .id             = CODEC_ID_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.


Generated on Fri Oct 26 02:43:47 2012 for FFmpeg by  doxygen 1.5.8