From b0294f0cfb1bd16bbb570064d01e788bc6221fd1 Mon Sep 17 00:00:00 2001 From: Dave Rice <dave@dericed.com> Date: Tue, 12 May 2015 16:44:52 -0400 Subject: [PATCH] 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> --- doc/ffprobe.xsd | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index d473c9b581..dab55eeffb 100644 --- a/doc/ffprobe.xsd +++ b/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>