ati vcr1 codec. More...
#include "avcodec.h"#include "dsputil.h"Go to the source code of this file.
Data Structures | |
| struct | VCR1Context |
Defines | |
| #define | CONFIG_VCR1_ENCODER 0 |
Typedefs | |
| typedef struct VCR1Context | VCR1Context |
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 |
ati vcr1 codec.
Definition in file vcr1.c.
| typedef struct VCR1Context VCR1Context |
| static av_cold void common_init | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 143 of file vcr1.c.
Referenced by decode_init().
| 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] |
{
"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"),
}
1.7.1