Go to the source code of this file.
◆ copy_frame_default()
| static void copy_frame_default |
( |
AVFrame * | f, |
|
|
const uint8_t * | src, |
|
|
int | linelen, |
|
|
int | height ) |
|
static |
◆ add_frame_default()
| static void add_frame_default |
( |
AVFrame * | f, |
|
|
const uint8_t * | src, |
|
|
int | linelen, |
|
|
int | height ) |
|
static |
◆ decode_frame()
◆ decode_init()
◆ decode_end()
◆ ff_cscd_decoder
Initial value:= {
.p.name = "camstudio",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int decode_init(AVCodecContext *avctx)
static av_cold int decode_end(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, AVFrame *picture, int *got_frame, AVPacket *avpkt)
Definition at line 171 of file cscd.c.