Aura 2 decoder.
More...
#include "avcodec.h"
Go to the source code of this file.
Detailed Description
Aura 2 decoder.
Definition in file aura.c.
Typedef Documentation
Function Documentation
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] |
Variable Documentation
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"),
}
Definition at line 125 of file aura.c.