set mime type for mxf

Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-02-13 07:57:37 +00:00
parent 844d9e4115
commit 1c6bdfa999
1 changed files with 1 additions and 1 deletions

View File

@ -1887,7 +1887,7 @@ static int mxf_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int
AVOutputFormat mxf_muxer = {
"mxf",
NULL_IF_CONFIG_SMALL("Material eXchange Format"),
NULL,
"application/mxf",
"mxf",
sizeof(MXFContext),
CODEC_ID_PCM_S16LE,