[www] r605 - in trunk/www.matroska.org/data/technical/specs: . chapters

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-08-30 13:19:18 +0400 (Mon, 30 Aug 2004)
New Revision: 605

Modified:
   trunk/www.matroska.org/data/technical/specs/chapters/index.html
   trunk/www.matroska.org/data/technical/specs/index.html
Log:
spec: make all flags mandatory

Modified: trunk/www.matroska.org/data/technical/specs/chapters/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/chapters/index.html	2004-08-29 17:28:09 UTC (rev 604)
+++ trunk/www.matroska.org/data/technical/specs/chapters/index.html	2004-08-30 09:19:18 UTC (rev 605)
@@ -119,22 +119,22 @@
   <td>EditionFlagHidden<a name="EditionFlagHidden"/></td>
   <td>3</td>
   <td>[45][BD]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>0</td>
-  <td>u-integer</td>
+  <td>u-integer (1 bit)</td>
   <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>-</td>
   <td>0-1</td>
   <td>0</td>
-  <td>u-integer</td>
+  <td>u-integer (1 bit)</td>
   <td>If a flag is set (1) the edition should be used as the default one.</td>
 </tr>
 <tr>
@@ -187,22 +187,22 @@
   <td>ChapterFlagHidden<a name="ChapterHidden"></a></td>
   <td>4+</td>
   <td>[98]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>0</td>
-  <td>u-integer</td>
+  <td>u-integer (1 bit)</td>
   <td>If a chapter is hidden (1), it should not be available to the user interface (but still to Control Tracks).</td>
 </tr>
 <tr>
   <td>ChapterFlagEnabled<a name="ChapterEnable"></a></td>
   <td>4+</td>
   <td>[45][98]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>1</td>
-  <td>u-integer</td>
+  <td>u-integer (1 bit)</td>
   <td>Specify wether the chapter is enabled. It can be enabled/disabled by a Control Track. When disabled, the movie should skip all the content between the TimeStart and TimeEnd of this chapter.</td>
 </tr>
 <tr>

Modified: trunk/www.matroska.org/data/technical/specs/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/index.html	2004-08-29 17:28:09 UTC (rev 604)
+++ trunk/www.matroska.org/data/technical/specs/index.html	2004-08-30 09:19:18 UTC (rev 605)
@@ -805,8 +805,8 @@
   <td>FlagEnabled<a name="FlagEnabled"/></td>
   <td>3</td>
   <td>[B9]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>1</td>
   <td nowrap="nowrap">u-integer (1 bit)</td>
@@ -816,8 +816,8 @@
   <td>FlagDefault<a name="FlagDefault"/></td>
   <td>3</td>
   <td>[88]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>1</td>
   <td>u-integer (1 bit)</td>
@@ -827,8 +827,8 @@
   <td>FlagLacing<a name="FlagLacing"/></td>
   <td>3</td>
   <td>[9C]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>1</td>
   <td>u-integer (1 bit)</td>
@@ -982,8 +982,8 @@
   <td>CodecDecodeAll<a name="CodecDecodeAll"/></td>
   <td>3</td>
   <td>[AA]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>1</td>
   <td>u-integer (1 bit)</td>
@@ -1019,8 +1019,8 @@
   <td>FlagInterlaced<a name="FlagInterlaced"/></td>
   <td>4</td>
   <td>[9A]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>0</td>
   <td>u-integer (1 bit)</td>
@@ -1736,22 +1736,22 @@
   <td>EditionFlagHidden<a name="EditionFlagHidden"/></td>
   <td>3</td>
   <td>[45][BD]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>0</td>
-  <td>u-integer</td>
+  <td>u-integer (1 bit)</td>
   <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>-</td>
   <td>0-1</td>
   <td>0</td>
-  <td>u-integer</td>
+  <td>u-integer (1 bit)</td>
   <td>If a flag is set (1) the edition should be used as the default one.</td>
 </tr>
 <tr>
@@ -1804,22 +1804,22 @@
   <td>ChapterFlagHidden<a name="ChapterHidden"></a></td>
   <td>4+</td>
   <td>[98]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>0</td>
-  <td>u-integer</td>
+  <td>u-integer (1 bit)</td>
   <td>If a chapter is hidden (1), it should not be available to the user interface (but still to Control Tracks).</td>
 </tr>
 <tr>
   <td>ChapterFlagEnabled<a name="ChapterEnable"></a></td>
   <td>4+</td>
   <td>[45][98]</td>
+  <td>*</td>
   <td>-</td>
-  <td>-</td>
   <td>0-1</td>
   <td>1</td>
-  <td>u-integer</td>
+  <td>u-integer (1 bit)</td>
   <td>Specify wether the chapter is enabled. It can be enabled/disabled by a Control Track. When disabled, the movie should skip all the content between the TimeStart and TimeEnd of this chapter.</td>
 </tr>
 <tr>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.