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

Dave Rice dave at dericed.com
Tue May 12 22:49:13 CEST 2015


I found that ffprobe.xsd could no longer validate records, this patch makes the xsd valid once again.
Best Regards,
Dave Rice


From f55d5dfd3a4980f6f86efee76d18453c7b534b2a Mon Sep 17 00:00:00 2001
From: Dave Rice <dave at dericed.com>
Date: Tue, 12 May 2015 16:44:52 -0400
Subject: [PATCH] remove extra sequence from streamType

This makes the XSD valid again. Fixes a regression from a72b61a.
---
 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>
 
-- 
2.3.5



More information about the ffmpeg-devel mailing list