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 void decode_flush (AVCodecContext *avctx)
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 177 of file kgv1dec.c.

static void decode_flush ( AVCodecContext avctx  )  [static]

Definition at line 36 of file kgv1dec.c.

Referenced by decode_end().

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

Definition at line 44 of file kgv1dec.c.

static av_cold int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 166 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,
    .flush          = decode_flush,
    .long_name = NULL_IF_CONFIG_SMALL("Kega Game Video"),
}

Definition at line 183 of file kgv1dec.c.


Generated on Fri Oct 26 02:46:09 2012 for FFmpeg by  doxygen 1.5.8