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 |
|
static |
|
static |
| AVCodec ff_aura2_decoder |