From 6ade1745cb5a810e3db49c70e61965609fae4778 Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Wed, 16 Feb 2011 23:27:43 +0100 Subject: [PATCH] Bugfix, wss --- util/MP4/interface.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/MP4/interface.cpp b/util/MP4/interface.cpp index 6e81a6d6..e724f05b 100644 --- a/util/MP4/interface.cpp +++ b/util/MP4/interface.cpp @@ -148,6 +148,8 @@ Interface::Interface() { trun_soun = new Box_trun(); //Set some values we already know won't change once the boxes have been created SetStaticDefaults(); + //Linking all boxes + link( ); } Interface::~Interface() {