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 157 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:

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

Definition at line 167 of file kgv1dec.c.


Generated on Mon May 2 19:50:19 2011 for FFmpeg by  doxygen 1.5.6