[www] r460 - in trunk/www.matroska.org/data/technical/specs: . chapters
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-08-19 21:07:37 +0400 (Thu, 19 Aug 2004) New Revision: 460 Modified: trunk/www.matroska.org/data/technical/specs/chapters/index.html trunk/www.matroska.org/data/technical/specs/index.html Log: added EditionFlagDefault and EditionManaged Modified: trunk/www.matroska.org/data/technical/specs/chapters/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/chapters/index.html 2004-08-19 11:31:32 UTC (rev 459) +++ trunk/www.matroska.org/data/technical/specs/chapters/index.html 2004-08-19 17:07:37 UTC (rev 460) @@ -127,6 +127,28 @@ <td>If an edition is hidden (1), it should not be available to the user interface (but still to Control Tracks).</td> </tr> <tr> + <td>EditionFlagDefault<a name="EditionFlagDefault"/></td> + <td>3</td> + <td>[45][DB]</td> + <td>-</td> + <td>-</td> + <td>0-1</td> + <td>0</td> + <td>u-integer</td> + <td>If a flag is set (1) the edition should be used as the default one.</td> +</tr> +<tr> + <td>EditionManaged<a name="EditionManaged"/></td> + <td>3</td> + <td>[45][DD]</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>0</td> + <td>u-integer</td> + <td>The type of edition defined: 0 is a standard chapter definition, 1 is an edition with chapters defined multiple times and the order to play them is enforced.</td> +</tr> +<tr> <td>ChapterAtom<a name="ChapterAtom"/></td> <td>3+</td> <td>[B6]</td> Modified: trunk/www.matroska.org/data/technical/specs/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/index.html 2004-08-19 11:31:32 UTC (rev 459) +++ trunk/www.matroska.org/data/technical/specs/index.html 2004-08-19 17:07:37 UTC (rev 460) @@ -1702,6 +1702,28 @@ <td>If an edition is hidden (1), it should not be available to the user interface (but still to Control Tracks).</td> </tr> <tr class="version1"> + <td>EditionFlagDefault<a name="EditionFlagDefault"/></td> + <td>3</td> + <td>[45][DB]</td> + <td>-</td> + <td>-</td> + <td>0-1</td> + <td>0</td> + <td>u-integer</td> + <td>If a flag is set (1) the edition should be used as the default one.</td> +</tr> +<tr class="version1"> + <td>EditionManaged<a name="EditionManaged"/></td> + <td>3</td> + <td>[45][DD]</td> + <td>-</td> + <td>-</td> + <td>-</td> + <td>0</td> + <td>u-integer</td> + <td>The type of edition defined: 0 is a standard chapter definition, 1 is an edition with chapters defined multiple times and the order to play them is enforced.</td> +</tr> +<tr class="version1"> <td>ChapterAtom<a name="ChapterAtom"/></td> <td>3+</td> <td>[B6]</td>