Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / media / formats / mp4 / box_definitions.cc
index b3060eb..9ee4306 100644 (file)
@@ -761,7 +761,7 @@ bool TrackFragmentRun::Parse(BoxReader* reader) {
     data_offset = 0;
   }
 
-  uint32 first_sample_flags;
+  uint32 first_sample_flags = 0;
   if (first_sample_flags_present)
     RCHECK(reader->Read4(&first_sample_flags));