Go to the source code of this file.
Color Range (Partial/TV/MPEG or Full/PC/JPEG)
VBV Buffer
Maximum Access Unit Size
Definition at line 127 of file amfenc_h264.c.
Initial value:= {
{ "refs", "-1" },
{ "aspect", "0" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "b", "2M" },
{ "g", "250" },
{ "slices", "1" },
}
Definition at line 361 of file amfenc_h264.c.
Initial value:= {
.class_name = "h264_amf",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 372 of file amfenc_h264.c.
Initial value:= {
.name = "h264_amf",
.wrapper_name = "amf",
}
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
#define AV_CODEC_CAP_HARDWARE
Codec is backed by a hardware implementation.
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
int ff_amf_send_frame(AVCodecContext *avctx, const AVFrame *frame)
Ecoding one frame - common function for all AMF encoders.
int av_cold ff_amf_encode_close(AVCodecContext *avctx)
Common encoder termination function.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVCodecDefault defaults[]
enum AVPixelFormat ff_amf_pix_fmts[]
Supported formats.
static const AVClass h264_amf_class
int ff_amf_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
static enum AVPixelFormat pix_fmts[]
static av_cold int amf_encode_init_h264(AVCodecContext *avctx)
Definition at line 379 of file amfenc_h264.c.