diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 13:55:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-11 13:55:39 +0000 |
| commit | f3b0fb8717242dc705cb4f21a1338c365d3d4f75 (patch) | |
| tree | 57b5d90e38dbd55ce517c64090040810fa3ff72a /src/MDD.cpp | |
| parent | 592720c9716a260b72e5bff9760e733a066e2a97 (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 d668ff0..9411b98 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 }, |
