[FFmpeg-cvslog] r14256 - trunk/libavformat/mxf.c

diego subversion
Wed Jul 16 19:20:21 CEST 2008


Author: diego
Date: Wed Jul 16 19:20:21 2008
New Revision: 14256

Log:
cosmetics: Fix mxf codec long name.


Modified:
   trunk/libavformat/mxf.c

Modified: trunk/libavformat/mxf.c
==============================================================================
--- trunk/libavformat/mxf.c	(original)
+++ trunk/libavformat/mxf.c	Wed Jul 16 19:20:21 2008
@@ -1064,7 +1064,7 @@ static int mxf_read_seek(AVFormatContext
 
 AVInputFormat mxf_demuxer = {
     "mxf",
-    NULL_IF_CONFIG_SMALL("MXF format"),
+    NULL_IF_CONFIG_SMALL("Material eXchange Format"),
     sizeof(MXFContext),
     mxf_probe,
     mxf_read_header,




More information about the ffmpeg-cvslog mailing list