FFmpeg
Loading...
Searching...
No Matches
aura.c File Reference

Aura 2 decoder. More...

#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "libavutil/internal.h"

Go to the source code of this file.

Functions

static av_cold int aura_decode_init (AVCodecContext *avctx)
 
static int aura_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
 

Variables

const FFCodec ff_aura2_decoder
 

Detailed Description

Aura 2 decoder.

Definition in file aura.c.

Function Documentation

◆ aura_decode_init()

static av_cold int aura_decode_init ( AVCodecContext * avctx)
static

Definition at line 31 of file aura.c.

◆ aura_decode_frame()

static int aura_decode_frame ( AVCodecContext * avctx,
AVFrame * frame,
int * got_frame,
AVPacket * pkt )
static

Definition at line 41 of file aura.c.

Variable Documentation

◆ ff_aura2_decoder

const FFCodec ff_aura2_decoder
Initial value:
= {
.p.name = "aura2",
CODEC_LONG_NAME("Auravision Aura 2"),
.p.type = AVMEDIA_TYPE_VIDEO,
.p.capabilities = AV_CODEC_CAP_DR1,
}
static int aura_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
Definition aura.c:41
static av_cold int aura_decode_init(AVCodecContext *avctx)
Definition aura.c:31
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
Definition codec.h:49
@ AV_CODEC_ID_AURA2
Definition codec_id.h:174
@ AVMEDIA_TYPE_VIDEO
Definition avutil.h:200

Definition at line 99 of file aura.c.