#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
| struct | AuraDecodeContext |
Functions | |
| static av_cold int | aura_decode_init (AVCodecContext *avctx) |
| static int | aura_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *pkt) |
| static av_cold int | aura_decode_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | aura2_decoder |
Definition in file aura.c.
| static av_cold int aura_decode_end | ( | AVCodecContext * | avctx | ) | [static] |
| static int aura_decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| AVPacket * | pkt | |||
| ) | [static] |
| static av_cold int aura_decode_init | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{
"aura2",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_AURA2,
sizeof(AuraDecodeContext),
aura_decode_init,
NULL,
aura_decode_end,
aura_decode_frame,
CODEC_CAP_DR1,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("Auravision Aura 2"),
}
1.5.8