|
|
@ -1462,6 +1462,7 @@ static const FFCodecDefault x264_defaults[] = { |
|
|
|
#if CONFIG_LIBX264_ENCODER |
|
|
|
#if CONFIG_LIBX264_ENCODER |
|
|
|
static const AVClass x264_class = { |
|
|
|
static const AVClass x264_class = { |
|
|
|
.class_name = "libx264", |
|
|
|
.class_name = "libx264", |
|
|
|
|
|
|
|
.item_name = av_default_item_name, |
|
|
|
.option = options, |
|
|
|
.option = options, |
|
|
|
.version = LIBAVUTIL_VERSION_INT, |
|
|
|
.version = LIBAVUTIL_VERSION_INT, |
|
|
|
}; |
|
|
|
}; |
|
|
@ -1503,6 +1504,7 @@ FFCodec ff_libx264_encoder = { |
|
|
|
#if CONFIG_LIBX264RGB_ENCODER |
|
|
|
#if CONFIG_LIBX264RGB_ENCODER |
|
|
|
static const AVClass rgbclass = { |
|
|
|
static const AVClass rgbclass = { |
|
|
|
.class_name = "libx264rgb", |
|
|
|
.class_name = "libx264rgb", |
|
|
|
|
|
|
|
.item_name = av_default_item_name, |
|
|
|
.option = options, |
|
|
|
.option = options, |
|
|
|
.version = LIBAVUTIL_VERSION_INT, |
|
|
|
.version = LIBAVUTIL_VERSION_INT, |
|
|
|
}; |
|
|
|
}; |
|
|
@ -1534,6 +1536,7 @@ const FFCodec ff_libx264rgb_encoder = { |
|
|
|
#if CONFIG_LIBX262_ENCODER |
|
|
|
#if CONFIG_LIBX262_ENCODER |
|
|
|
static const AVClass X262_class = { |
|
|
|
static const AVClass X262_class = { |
|
|
|
.class_name = "libx262", |
|
|
|
.class_name = "libx262", |
|
|
|
|
|
|
|
.item_name = av_default_item_name, |
|
|
|
.option = options, |
|
|
|
.option = options, |
|
|
|
.version = LIBAVUTIL_VERSION_INT, |
|
|
|
.version = LIBAVUTIL_VERSION_INT, |
|
|
|
}; |
|
|
|
}; |
|
|
|