diff options
| author | msheby <msheby@cinecert.com> | 2008-02-13 07:34:13 +0000 |
|---|---|---|
| committer | msheby <> | 2008-02-13 07:34:13 +0000 |
| commit | 830570c46c4d39a8a5767f83875e3ef2f79ecc98 (patch) | |
| tree | ff20aeb8a0464cda3484c77b420b42f38420dcc6 /src/MDD.cpp | |
| parent | 86572a33236f1dcf81a1dd2dc006a878a3a68f41 (diff) | |
Commit fixes found in porting.
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index c90a3ee..73f22c7 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -32,6 +32,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // MDD.cpp // +#include "KLV.h" + static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 0 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, |
