[Stable] TKHD Box updated for right boxname

This commit is contained in:
Erik Zandvliet 2011-01-17 16:51:15 +01:00
parent 53e5994b62
commit 06ff88ef3a

View file

@ -1,7 +1,7 @@
#include "box_tkhd.h" #include "box_tkhd.h"
Box_tkhd::Box_tkhd( ) { Box_tkhd::Box_tkhd( ) {
Container = new Box( 0x6D646864 ); Container = new Box( 0x746B6864 );
CurrentVersion = 0; CurrentVersion = 0;
CurrentFlags = 0; CurrentFlags = 0;
} }