diff --git a/libavformat/mxf.c b/libavformat/mxf.c index 5f9aeba43c..ccba07d12c 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -1064,7 +1064,7 @@ static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_ti AVInputFormat mxf_demuxer = { "mxf", - NULL_IF_CONFIG_SMALL("MXF format"), + NULL_IF_CONFIG_SMALL("Material eXchange Format"), sizeof(MXFContext), mxf_probe, mxf_read_header,