changeset 4476:b9d03c68660b libavformat

set mime type for mxf
author bcoudurier
date Fri, 13 Feb 2009 07:57:37 +0000
parents fc3806848a49
children 1b6a4571f7bf
files mxfenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mxfenc.c	Fri Feb 13 07:46:03 2009 +0000
+++ b/mxfenc.c	Fri Feb 13 07:57:37 2009 +0000
@@ -1887,7 +1887,7 @@
 AVOutputFormat mxf_muxer = {
     "mxf",
     NULL_IF_CONFIG_SMALL("Material eXchange Format"),
-    NULL,
+    "application/mxf",
     "mxf",
     sizeof(MXFContext),
     CODEC_ID_PCM_S16LE,