#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "amfenc.h"
#include "codec_internal.h"
#include "internal.h"
#include <AMF/components/PreAnalysis.h>
Go to the source code of this file.
◆ OFFSET
◆ VE
◆ amf_encode_init_hevc()
◆ options
◆ defaults
Initial value:= {
{ "refs", "-1" },
{ "aspect", "0" },
{ "b", "2M" },
{ "g", "250" },
{ "slices", "1" },
{ "qmin", "-1" },
{ "qmax", "-1" },
}
Definition at line 424 of file amfenc_hevc.c.
◆ hevc_amf_class
Initial value:= {
.class_name = "hevc_amf",
}
Definition at line 434 of file amfenc_hevc.c.
◆ ff_hevc_amf_encoder
Initial value:= {
.p.name = "hevc_amf",
.p.wrapper_name = "amf",
}
Definition at line 441 of file amfenc_hevc.c.