From e8d4ba32ac91f1e1e346a91da4bde5ca725f24c5 Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Sat, 22 Jan 2011 11:23:32 +0100 Subject: [PATCH] Last update from last night --- MP4/box_mvhd.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MP4/box_mvhd.cpp b/MP4/box_mvhd.cpp index 0984190e..1592d387 100644 --- a/MP4/box_mvhd.cpp +++ b/MP4/box_mvhd.cpp @@ -2,6 +2,8 @@ Box_mvhd::Box_mvhd( ) { Container = new Box( 0x6D766864 ); + SetDefaults(); + SetReserved(); } Box_mvhd::~Box_mvhd() {