libavcodec/cscd.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "avcodec.h"
#include "libavutil/lzo.h"
Go to the source code of this file.
|
Data Structures |
struct | CamStudioContext |
Defines |
#define | copy_frame_16 copy_frame_default |
#define | copy_frame_32 copy_frame_default |
#define | add_frame_16 add_frame_default |
#define | add_frame_32 add_frame_default |
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, void *data, int *data_size, const uint8_t *buf, int buf_size) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables |
AVCodec | cscd_decoder |
Define Documentation
#define add_frame_16 add_frame_default |
#define add_frame_32 add_frame_default |
#define copy_frame_16 copy_frame_default |
#define copy_frame_32 copy_frame_default |
Function Documentation
static void add_frame_default |
( |
AVFrame * |
f, |
|
|
const uint8_t * |
src, |
|
|
int |
linelen, |
|
|
int |
height | |
|
) |
| | [static] |
static void copy_frame_default |
( |
AVFrame * |
f, |
|
|
const uint8_t * |
src, |
|
|
int |
linelen, |
|
|
int |
height | |
|
) |
| | [static] |
static int decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
"camstudio",
CODEC_TYPE_VIDEO,
CODEC_ID_CSCD,
sizeof(CamStudioContext),
decode_init,
NULL,
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("CamStudio"),
}
Definition at line 251 of file cscd.c.