summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-16 17:20:21 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-16 17:20:21 +0000
commit9e4cd833477c1efea1851ad98640f4456602b872 (patch)
treedfdc205fc3a1724ce057e8366d5015bd3a3a4290 /libavformat/mxf.c
parent59e7894c3d743d3c73a0b17a4098d86ea6e3e0f8 (diff)
cosmetics: Fix mxf codec long name.
Originally committed as revision 14256 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.c')
-rw-r--r--libavformat/mxf.c2
1 files changed, 1 insertions, 1 deletions
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,