FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
v308enc.c File Reference
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"

Go to the source code of this file.

Functions

static av_cold int v308_encode_init (AVCodecContext *avctx)
 
static int v308_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
 
static av_cold int v308_encode_close (AVCodecContext *avctx)
 

Variables

AVCodec ff_v308_encoder
 

Function Documentation

static av_cold int v308_encode_init ( AVCodecContext avctx)
static

Definition at line 27 of file v308enc.c.

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

Definition at line 44 of file v308enc.c.

static av_cold int v308_encode_close ( AVCodecContext avctx)
static

Definition at line 78 of file v308enc.c.

Variable Documentation

AVCodec ff_v308_encoder
Initial value:
= {
.name = "v308",
.encode2 = v308_encode_frame,
.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV444P, AV_PIX_FMT_NONE },
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:4:4"),
}

Definition at line 85 of file v308enc.c.