Browse Source

doc/ffprobe.xsd: remove extra sequence from streamType

This makes the XSD valid again. Fixes a regression from a72b61a.

Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Dave Rice 9 years ago
parent
commit
b0294f0cfb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      doc/ffprobe.xsd

+ 0 - 3
doc/ffprobe.xsd

@@ -170,9 +170,6 @@
       <xsd:sequence>
         <xsd:element name="disposition" type="ffprobe:streamDispositionType" minOccurs="0" maxOccurs="1"/>
         <xsd:element name="tag" type="ffprobe:tagType" minOccurs="0" maxOccurs="unbounded"/>
-      </xsd:sequence>
-      <xsd:sequence>
-        <xsd:element name="tag" type="ffprobe:tagType" minOccurs="0" maxOccurs="unbounded"/>
         <xsd:element name="side_data_list" type="ffprobe:packetSideDataListType"   minOccurs="0" maxOccurs="1" />
       </xsd:sequence>