summaryrefslogtreecommitdiff
path: root/src/mxf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mxf.cc')
-rw-r--r--src/mxf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf.cc b/src/mxf.cc
index e1ed9650..f8ca4fe5 100644
--- a/src/mxf.cc
+++ b/src/mxf.cc
@@ -161,7 +161,7 @@ MXF::pkl_type (Standard standard) const
case INTEROP:
return String::compose ("application/x-smpte-mxf;asdcpKind=%1", asdcp_kind ());
case SMPTE:
- return "application/x-smpte-mxf";
+ return "application/mxf";
default:
assert (false);
}