summaryrefslogtreecommitdiff
path: root/src/mxf.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-19 09:30:38 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-19 09:30:38 +0000
commitc91aa27e13703874c944fed763b5b039ceae71d2 (patch)
tree44ad2c16ba04371bb22bf068813f361a2fd6dcf4 /src/mxf.cc
parent77b0ffe6c50796b8fb132f56394995e0df089713 (diff)
Partial tidy-up of KDM classes.
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);
}