FFmpeg
|
Kega Game Video decoder. More...
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "internal.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 *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_kgv1_decoder |
Kega Game Video decoder.
Definition in file kgv1dec.c.
|
static |
Definition at line 38 of file kgv1dec.c.
Referenced by decode_end(), and decode_frame().
|
static |
|
static |
|
static |
AVCodec ff_kgv1_decoder |