#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"
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 |
static av_cold int v410_encode_close | ( | AVCodecContext * | avctx | ) | [static] |
static int v410_encode_frame | ( | AVCodecContext * | avctx, | |
AVPacket * | pkt, | |||
const AVFrame * | pic, | |||
int * | got_packet | |||
) | [static] |
static av_cold int v410_encode_init | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{ .name = "v410", .type = AVMEDIA_TYPE_VIDEO, .id = CODEC_ID_V410, .init = v410_encode_init, .encode2 = v410_encode_frame, .close = v410_encode_close, .pix_fmts = (const enum PixelFormat[]){ PIX_FMT_YUV444P10, PIX_FMT_NONE }, .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:4:4 10-bit"), }