[www] r804 - trunk/www.matroska.org/data/technical/specs
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-11-28 20:16:04 +0300 (Sun, 28 Nov 2004) New Revision: 804 Modified: trunk/www.matroska.org/data/technical/specs/index.html Log: spec: the gap flag in the Block is no longer necessary Modified: trunk/www.matroska.org/data/technical/specs/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/index.html 2004-11-28 15:21:50 UTC (rev 803) +++ trunk/www.matroska.org/data/technical/specs/index.html 2004-11-28 17:16:04 UTC (rev 804) @@ -2267,7 +2267,7 @@ <table border="1"> <tbody><tr><th colspan="3">Flags</th></tr> <tr><th>Bit</th><th>Player</th><th>Description</th></tr> - <tr><td>7</td><td>must</td><td>Gap - Set when the Track is empty after this Block ends (data should not be rendered from this timecode, cache can be flushed)</td></tr> + <tr><td>7</td><td>-</td><td>not used</td></tr> <tr><td>5-6</td><td>must</td><td>Lacing<ul> <li>00 : no lacing</li> @@ -2376,7 +2376,7 @@ <table border="1"> <tbody><tr><th colspan="3">Flags</th></tr> <tr><th>Bit</th><th>Player</th><th>Description</th></tr> - <tr><td>7</td><td>must</td><td>Gap - Set when the Track is empty after this Block ends (data should not be rendered from this timecode, cache can be flushed)</td></tr> + <tr><td>7</td><td>-</td><td>not used</td></tr> <tr><td>6-0</td><td>-</td><td>Reserved, set to 0</td></tr> <!-- <tr><td>6-5</td><td>-</td><td>Reserved, set to 0</td></tr>