diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 13:55:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:01:32 +0100 |
| commit | ab0c4cc3b599bf8e8bb21c81f0418b8aa4922be3 (patch) | |
| tree | bad76f376ae17ca6b956d3064b30348b0899468d /src/MDD.cpp | |
| parent | 04cf4482e9bcd5329f717f4ccffd94ff3e751e2a (diff) | |
Make the IMP stuff usable.
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index 884059a..3b750e4 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -32,7 +32,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // MDD.cpp // -#include "KLV.h" +#include <asdcp/KLV.h> static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 0 @@ -1146,7 +1146,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { 0x04, 0x01, 0x01, 0x01, 0x00, 0x04, 0x02, 0x00 }, {0, 0}, false, "AlternativeCenterCuts_14x9" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x01, // 370 - 0x0d, 0x01, 0x03, 0x01, 0x02, 0x06, 0x02, 0x00 }, + 0x0d, 0x01, 0x03, 0x01, 0x02, 0x06, 0x02, 0x00 }, {0, 0}, false, "WAVWrappingClip" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 371 0x0e, 0x16, 0x01, 0x01, 0x01, 0x01, 0x02, 0x01 }, |
