Commit 98be329c authored by diego's avatar diego

cosmetics: Fix mxf codec long name.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14256 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 72df1d69
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment