FFmpeg
|
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"
Include dependency graph for v410enc.c:
Go to the source code of this file.
Functions | |
static av_cold int | v410_encode_init (AVCodecContext *avctx) |
static int | v410_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
static av_cold int | v410_encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_v410_encoder |
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVCodec ff_v410_encoder |
Initial value:
= {
.name = "v410",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_V410,
.init = v410_encode_init,
.encode2 = v410_encode_frame,
.close = v410_encode_close,
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:4:4 10-bit"),
}
Definition: pixfmt.h:67
Definition: libavcodec/avcodec.h:260
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int v410_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet)
Definition: v410enc.c:45
static av_cold int v410_encode_close(AVCodecContext *avctx)
Definition: v410enc.c:82
Definition: avutil.h:143
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11