Fix TrackFragment 4cc from tfra to traf
authorAaron Colwell <acolwell@google.com>
Mon, 21 May 2012 15:30:01 -0700
changeset 4 0c4cf4b54490
parent 3 74dbb0e7f4aa
child 5 e433598d22a7
Fix TrackFragment 4cc from tfra to traf
media-source/media-source.html
media-source/media-source.xml
--- a/media-source/media-source.html	Mon Apr 30 08:53:23 2012 -0700
+++ b/media-source/media-source.html	Mon May 21 15:30:01 2012 -0700
@@ -667,7 +667,7 @@
       <p>An ISO BMFF <a href="#media-segment">media segment</a> shall contain a single Movie Fragment Box (<strong>moof</strong>) followed by one or more Media Data Boxes (<strong>mdat</strong>).</p>
       <p>The following rules shall apply to ISO BMFF media segments:</p>
       <ol>
-	<li>The Movie Fragment Box shall contain at least one Track Fragment Box (<strong>tfra</strong>).</li>
+	<li>The Movie Fragment Box shall contain at least one Track Fragment Box (<strong>traf</strong>).</li>
 	<li>The Movie Fragment Box shall use movie-fragment relative addressing and the flag <strong><var>default-base-is-moof</var></strong> shall be set; absolute byte-offsets shall not be used.</li>
 	<li>External data references shall not be used.</li>
 	<li>If the Movie Fragment contains multiple tracks, the duration by which each track extends should be as close to equal as practical.</li>
--- a/media-source/media-source.xml	Mon Apr 30 08:53:23 2012 -0700
+++ b/media-source/media-source.xml	Mon May 21 15:30:01 2012 -0700
@@ -637,7 +637,7 @@
       <p>An ISO BMFF <media-segment/> shall contain a single Movie Fragment Box (<iso-box>moof</iso-box>) followed by one or more Media Data Boxes (<iso-box>mdat</iso-box>).</p>
       <p>The following rules shall apply to ISO BMFF media segments:</p>
       <ol>
-	<li>The Movie Fragment Box shall contain at least one Track Fragment Box (<iso-box>tfra</iso-box>).</li>
+	<li>The Movie Fragment Box shall contain at least one Track Fragment Box (<iso-box>traf</iso-box>).</li>
 	<li>The Movie Fragment Box shall use movie-fragment relative addressing and the flag <iso-var>default-base-is-moof</iso-var> shall be set; absolute byte-offsets shall not be used.</li>
 	<li>External data references shall not be used.</li>
 	<li>If the Movie Fragment contains multiple tracks, the duration by which each track extends should be as close to equal as practical.</li>