FFmpeg
|
#include <stdio.h>
#include <stdlib.h>
#include "avcodec.h"
#include "internal.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, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_cscd_decoder |
Definition at line 40 of file cscd.c.
Referenced by decode_frame().
Definition at line 53 of file cscd.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
AVCodec ff_cscd_decoder |