[FFmpeg-cvslog] doc/ffprobe.xsd: remove extra sequence from streamType

Dave Rice git at videolan.org
Wed May 13 12:37:36 CEST 2015


ffmpeg | branch: master | Dave Rice <dave at dericed.com> | Tue May 12 16:44:52 2015 -0400| [b0294f0cfb1bd16bbb570064d01e788bc6221fd1] | committer: Stefano Sabatini

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 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0294f0cfb1bd16bbb570064d01e788bc6221fd1
---

 doc/ffprobe.xsd |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index d473c9b..dab55ee 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>
 



More information about the ffmpeg-cvslog mailing list