[Stable] TKHD Box updated for right boxname
This commit is contained in:
parent
53e5994b62
commit
06ff88ef3a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue