diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-19 09:30:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-19 09:30:38 +0000 |
| commit | c91aa27e13703874c944fed763b5b039ceae71d2 (patch) | |
| tree | 44ad2c16ba04371bb22bf068813f361a2fd6dcf4 /src/mxf.cc | |
| parent | 77b0ffe6c50796b8fb132f56394995e0df089713 (diff) | |
Partial tidy-up of KDM classes.
Diffstat (limited to 'src/mxf.cc')
| -rw-r--r-- | src/mxf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
