[www] r1034 - trunk/www.matroska.org/data/technical/specs

[email protected] Sat, 8 Oct 2005 18:45:04 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-10-08 18:45:00 +0400 (Sat, 08 Oct 2005)
New Revision: 1034

Modified:
   trunk/www.matroska.org/data/technical/specs/index.html
Log:
specs: make the SimpleBlock description more accurate

Modified: trunk/www.matroska.org/data/technical/specs/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/index.html	2005-10-08 14:37:07 UTC (rev 1033)
+++ trunk/www.matroska.org/data/technical/specs/index.html	2005-10-08 14:45:00 UTC (rev 1034)
@@ -2540,7 +2540,7 @@
 
 <div>
 <h4 id="simpleblock_structure">SimpleBlock Structure</h4>
-<p>The SimpleBlock is very inspired by the <a href="simpleblock_structure">Block structure</a>. The main difference is the Keyframe flag that is used. Otherwise everything is the same.</p>
+<p>The SimpleBlock is very inspired by the <a href="simpleblock_structure">Block structure</a>. The main differences are the added Keyframe flag and Discardable flag. Otherwise everything is the same.</p>
 <p>Size = 1 + (1-8) + 4 + (4 + (4)) octets. So from 6 to 21 octets.</p>
 <p>Bit 0 is the most significant bit.</p>
 <p>Frames using references should be stored in &quot;coding order&quot;. That means the references first and then the frames referencing them. A consequence is that timecodes may not be consecutive. But a frame with a past timecode must reference a frame already known, otherwise it's considered bad/void.</p>