#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "encode.h"
#include "internal.h"
#include "v210enc.h"
#include "v210enc_init.h"
#include "v210_template.c"
Go to the source code of this file.
◆ TYPE [1/2]
◆ DEPTH [1/2]
◆ BYTES_PER_PIXEL [1/2]
| #define BYTES_PER_PIXEL 1 |
◆ RENAME [1/2]
◆ TYPE [2/2]
◆ DEPTH [2/2]
◆ BYTES_PER_PIXEL [2/2]
| #define BYTES_PER_PIXEL 2 |
◆ RENAME [2/2]
◆ encode_init()
◆ encode_frame()
◆ ff_v210_encoder
Initial value:= {
.p.name = "v210",
}
static av_cold int encode_init(AVCodecContext *avctx)
#define CODEC_PIXFMTS(...)
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
int(* init)(AVBSFContext *ctx)
static int encode_frame(OutputFile *of, OutputStream *ost, AVFrame *frame, AVPacket *pkt)
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_FRAME_THREADS
Codec supports frame-level multithreading.
#define AV_PIX_FMT_YUV422P10
@ AV_PIX_FMT_YUV422P
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
Definition at line 110 of file v210enc.c.