FFmpeg
Functions | Variables
avuidec.c File Reference
#include "avcodec.h"
#include "internal.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Functions

static av_cold int avui_decode_init (AVCodecContext *avctx)
 
static int avui_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 

Variables

AVCodec ff_avui_decoder
 

Function Documentation

◆ avui_decode_init()

static av_cold int avui_decode_init ( AVCodecContext avctx)
static

Definition at line 27 of file avuidec.c.

◆ avui_decode_frame()

static int avui_decode_frame ( AVCodecContext avctx,
void *  data,
int got_frame,
AVPacket avpkt 
)
static

Definition at line 33 of file avuidec.c.

Variable Documentation

◆ ff_avui_decoder

AVCodec ff_avui_decoder
Initial value:
= {
.name = "avui",
.long_name = NULL_IF_CONFIG_SMALL("Avid Meridien Uncompressed"),
.decode = avui_decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
}

Definition at line 122 of file avuidec.c.

FF_CODEC_CAP_INIT_THREADSAFE
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
Definition: internal.h:41
avui_decode_init
static av_cold int avui_decode_init(AVCodecContext *avctx)
Definition: avuidec.c:27
AV_CODEC_ID_AVUI
@ AV_CODEC_ID_AVUI
Definition: codec_id.h:253
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
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:117
avui_decode_frame
static int avui_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: avuidec.c:33
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201