Default values added

This commit is contained in:
Erik Zandvliet 2011-01-22 20:36:28 +01:00
parent 755fcd00c6
commit c633734d07
8 changed files with 28 additions and 17 deletions

View file

@ -55,7 +55,7 @@ void Box_avcC::SetReserved( ) {
}
void Box_avcC::SetDefaults( ) {
SetResolution ( );
SetFrameCount ( );
SetDepth ( );
SetFrameCount ( );
SetResolution ( );
}