#include "avcodec.h"
#include "dsputil.h"
Go to the source code of this file.
Data Structures | |
struct | VCR1Context |
Defines | |
#define | CONFIG_VCR1_ENCODER 0 |
Functions | |
static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) |
static av_cold void | common_init (AVCodecContext *avctx) |
static av_cold int | decode_init (AVCodecContext *avctx) |
Variables | |
AVCodec | vcr1_decoder |
Definition in file vcr1.c.
static av_cold void common_init | ( | AVCodecContext * | avctx | ) | [static] |
static int decode_frame | ( | AVCodecContext * | avctx, | |
void * | data, | |||
int * | data_size, | |||
const uint8_t * | buf, | |||
int | buf_size | |||
) | [static] |
static av_cold int decode_init | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{ "vcr1", CODEC_TYPE_VIDEO, CODEC_ID_VCR1, sizeof(VCR1Context), decode_init, NULL, NULL, decode_frame, CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("ATI VCR1"), }