|
Libav 0.7.1
|
ati vcr1 codec. More...
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, AVPacket *avpkt) |
| static av_cold void | common_init (AVCodecContext *avctx) |
| static av_cold int | decode_init (AVCodecContext *avctx) |
| static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_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 145 of file vcr1.c.
Referenced by decode_init().
| static av_cold int decode_end | ( | AVCodecContext * | avctx | ) | [static] |
| static int decode_frame | ( | AVCodecContext * | avctx, |
| void * | data, | ||
| int * | data_size, | ||
| AVPacket * | avpkt | ||
| ) | [static] |
| static av_cold int decode_init | ( | AVCodecContext * | avctx | ) | [static] |
{
"vcr1",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_VCR1,
sizeof(VCR1Context),
decode_init,
NULL,
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("ATI VCR1"),
}
1.7.4