Browse Source

set mime type for mxf

Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
1c6bdfa999
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mxfenc.c

+ 1
- 1
libavformat/mxfenc.c 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,


Loading…
Cancel
Save