libavcodec/kgv1dec.c File Reference

Kega Game Video decoder. More...

#include "libavutil/intreadwrite.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 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 156 of file kgv1dec.c.

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

Definition at line 36 of file kgv1dec.c.

static av_cold int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 146 of file kgv1dec.c.


Variable Documentation

Initial value:

 {
    "kgv1",
    AVMEDIA_TYPE_VIDEO,
    CODEC_ID_KGV1,
    sizeof(KgvContext),
    decode_init,
    NULL,
    decode_end,
    decode_frame,
    .long_name = NULL_IF_CONFIG_SMALL("Kega Game Video"),
}

Definition at line 166 of file kgv1dec.c.


Generated on Fri Oct 26 02:36:52 2012 for FFmpeg by  doxygen 1.5.8