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