mirror of https://git.ffmpeg.org/ffmpeg.git
set mime type for mxf
Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
844d9e4115
commit
1c6bdfa999
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue