|
@@ -1407,6 +1407,7 @@ static const AVOption aacenc_options[] = {
|
|
|
|
|
|
static const AVClass aacenc_class = {
|
|
static const AVClass aacenc_class = {
|
|
.class_name = "AAC encoder",
|
|
.class_name = "AAC encoder",
|
|
|
|
+ .item_name = av_default_item_name,
|
|
.option = aacenc_options,
|
|
.option = aacenc_options,
|
|
.version = LIBAVUTIL_VERSION_INT,
|
|
.version = LIBAVUTIL_VERSION_INT,
|
|
};
|
|
};
|