FFmpeg
Functions | Variables
v408enc.c File Reference
#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
#include "internal.h"

Go to the source code of this file.

Functions

static av_cold int v408_encode_init (AVCodecContext *avctx)
 
static int v408_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
 

Variables

static enum AVPixelFormat pix_fmt [] = { AV_PIX_FMT_YUVA444P, AV_PIX_FMT_NONE }
 
const FFCodec ff_v408_encoder
 

Function Documentation

◆ v408_encode_init()

static av_cold int v408_encode_init ( AVCodecContext avctx)
static

Definition at line 28 of file v408enc.c.

◆ v408_encode_frame()

static int v408_encode_frame ( AVCodecContext avctx,
AVPacket pkt,
const AVFrame pic,
int got_packet 
)
static

Definition at line 36 of file v408enc.c.

Variable Documentation

◆ pix_fmt

enum AVPixelFormat pix_fmt[] = { AV_PIX_FMT_YUVA444P, AV_PIX_FMT_NONE }
static

Definition at line 70 of file v408enc.c.

◆ ff_v408_encoder

const FFCodec ff_v408_encoder
Initial value:
= {
.p.name = "v408",
CODEC_LONG_NAME("Uncompressed packed QT 4:4:4:4"),
.p.type = AVMEDIA_TYPE_VIDEO,
.p.pix_fmts = pix_fmt,
}

Definition at line 72 of file v408enc.c.

v408_encode_init
static av_cold int v408_encode_init(AVCodecContext *avctx)
Definition: v408enc.c:28
pix_fmt
static enum AVPixelFormat pix_fmt[]
Definition: v408enc.c:70
FF_CODEC_ENCODE_CB
#define FF_CODEC_ENCODE_CB(func)
Definition: codec_internal.h:295
AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
Definition: codec.h:159
CODEC_LONG_NAME
#define CODEC_LONG_NAME(str)
Definition: codec_internal.h:271
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
AV_CODEC_ID_V408
@ AV_CODEC_ID_V408
Definition: codec_id.h:258
v408_encode_frame
static int v408_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
Definition: v408enc.c:36
AVMEDIA_TYPE_VIDEO
@ AVMEDIA_TYPE_VIDEO
Definition: avutil.h:201