FFmpeg
Functions | Variables
v408enc.c File Reference
#include "config_components.h"
#include "libavutil/intreadwrite.h"
#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 }
 

Function Documentation

◆ v408_encode_init()

static av_cold int v408_encode_init ( AVCodecContext avctx)
static

Definition at line 31 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 39 of file v408enc.c.

Variable Documentation

◆ pix_fmt

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

Definition at line 73 of file v408enc.c.