| FFmpeg
    | 
#include "libavutil/imgutils.h"#include "libavutil/internal.h"#include "libavutil/mem.h"#include "avcodec.h"#include "get_bits.h"#include "bytestream.h"#include "codec_internal.h"#include "decode.h"Go to the source code of this file.
| Data Structures | |
| struct | MidiVidContext | 
| Macros | |
| #define | BITSTREAM_READER_LE | 
| Functions | |
| static int | decode_mvdv (MidiVidContext *s, AVCodecContext *avctx, AVFrame *frame) | 
| static ptrdiff_t | lzss_uncompress (MidiVidContext *s, GetByteContext *gb, uint8_t *dst, unsigned int size) | 
| static int | decode_frame (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) | 
| static av_cold int | decode_init (AVCodecContext *avctx) | 
| static void | decode_flush (AVCodecContext *avctx) | 
| static av_cold int | decode_close (AVCodecContext *avctx) | 
| Variables | |
| const FFCodec | ff_mvdv_decoder | 
| 
 | static | 
Definition at line 43 of file midivid.c.
Referenced by decode_frame().
| 
 | static | 
Definition at line 150 of file midivid.c.
Referenced by decode_frame().
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| const FFCodec ff_mvdv_decoder | 
 1.8.17
 1.8.17