Commit b0294f0c authored by Dave Rice's avatar Dave Rice Committed by Stefano Sabatini

doc/ffprobe.xsd: remove extra sequence from streamType

This makes the XSD valid again. Fixes a regression from a72b61a3.
Signed-off-by: 's avatarStefano Sabatini <stefasab@gmail.com>
parent 891df2a1
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment