Libav 0.7.1
|
Aura 2 decoder. More...
#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | AuraDecodeContext |
Typedefs | |
typedef struct AuraDecodeContext | 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 | ff_aura2_decoder |
Aura 2 decoder.
Definition in file aura.c.
typedef struct AuraDecodeContext AuraDecodeContext |
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] |
{ "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"), }