libavcodec/kgv1dec.c File Reference

Kega Game Video decoder. More...

#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  KgvContext

Functions

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

Variables

AVCodec ff_kgv1_decoder


Detailed Description

Kega Game Video decoder.

Definition in file kgv1dec.c.


Function Documentation

static av_cold int decode_end ( AVCodecContext avctx  )  [static]

Definition at line 158 of file kgv1dec.c.

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

Definition at line 37 of file kgv1dec.c.

static av_cold int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 147 of file kgv1dec.c.


Variable Documentation

Initial value:

 {
    .name           = "kgv1",
    .type           = AVMEDIA_TYPE_VIDEO,
    .id             = CODEC_ID_KGV1,
    .priv_data_size = sizeof(KgvContext),
    .init           = decode_init,
    .close          = decode_end,
    .decode         = decode_frame,
    .long_name = NULL_IF_CONFIG_SMALL("Kega Game Video"),
}

Definition at line 168 of file kgv1dec.c.


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