#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include <zlib.h>
Go to the source code of this file.
|
static int | rle_uncompress (GetByteContext *gb, PutByteContext *pb, GetByteContext *gbp, int width, int height, int stride, int pb_linesize, int gbp_linesize) |
|
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_close (AVCodecContext *avctx) |
|
◆ rle_uncompress()
◆ decode_frame()
◆ decode_init()
◆ decode_close()
◆ ff_mwsc_decoder
Initial value:
Definition at line 180 of file mwsc.c.