FFmpeg
|
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "libavutil/common.h"
#include "libavutil/lzo.h"
Go to the source code of this file.
Data Structures | |
struct | CamStudioContext |
Functions | |
static void | copy_frame_default (AVFrame *f, const uint8_t *src, int linelen, int height) |
static void | add_frame_default (AVFrame *f, const uint8_t *src, int linelen, int height) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *rframe, 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_cscd_decoder |
Definition at line 39 of file cscd.c.
Referenced by decode_frame().
Definition at line 52 of file cscd.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
const FFCodec ff_cscd_decoder |