From 06ff88ef3a78b3eb5dd84b46ca5c2bab71d1aedb Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Mon, 17 Jan 2011 16:51:15 +0100 Subject: [PATCH] [Stable] TKHD Box updated for right boxname --- MP4/box_tkhd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP4/box_tkhd.cpp b/MP4/box_tkhd.cpp index 03bbaa7f..8a032b01 100644 --- a/MP4/box_tkhd.cpp +++ b/MP4/box_tkhd.cpp @@ -1,7 +1,7 @@ #include "box_tkhd.h" Box_tkhd::Box_tkhd( ) { - Container = new Box( 0x6D646864 ); + Container = new Box( 0x746B6864 ); CurrentVersion = 0; CurrentFlags = 0; }