diff options
author | Dave Rice <dave@dericed.com> | 2015-05-12 16:44:52 -0400 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-05-13 12:35:16 +0200 |
commit | b0294f0cfb1bd16bbb570064d01e788bc6221fd1 (patch) | |
tree | 560ce360e9409a6109497c5667d860822535990a | |
parent | 891df2a1ae8d54d43288eba41bad653230f4e8df (diff) | |
download | ffmpeg-b0294f0cfb1bd16bbb570064d01e788bc6221fd1.tar.gz |
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>
-rw-r--r-- | doc/ffprobe.xsd | 3 |
1 files changed, 0 insertions, 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> |