FFmpeg
Functions | Variables
aura.c File Reference
#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,
}

Definition at line 99 of file aura.c.

aura_decode_frame
static int aura_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
Definition: aura.c:41
FF_CODEC_DECODE_CB
#define FF_CODEC_DECODE_CB(func)
Definition: codec_internal.h:287
AV_CODEC_ID_AURA2
@ AV_CODEC_ID_AURA2
Definition: codec_id.h:176
CODEC_LONG_NAME
#define CODEC_LONG_NAME(str)
Definition: codec_internal.h:272
aura_decode_init
static av_cold int aura_decode_init(AVCodecContext *avctx)
Definition: aura.c:31
AV_CODEC_CAP_DR1
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
Definition: codec.h:52
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201