summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mxfenc.c')
-rw-r--r--libavformat/mxfenc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 86fe86ee3c..685c11b3a5 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -3574,6 +3574,7 @@ static const AVOption mxf_options[] = {
static const AVClass mxf_muxer_class = {
.class_name = "MXF muxer",
+ .item_name = av_default_item_name,
.option = mxf_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3589,6 +3590,7 @@ static const AVOption d10_options[] = {
static const AVClass mxf_d10_muxer_class = {
.class_name = "MXF-D10 muxer",
+ .item_name = av_default_item_name,
.option = d10_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3604,6 +3606,7 @@ static const AVOption opatom_options[] = {
static const AVClass mxf_opatom_muxer_class = {
.class_name = "MXF-OPAtom muxer",
+ .item_name = av_default_item_name,
.option = opatom_options,
.version = LIBAVUTIL_VERSION_INT,
};