On date Tuesday 2015-05-12 16:49:13 -0400, Dave Rice encoded: > 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 <d...@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
Applied, thanks. Next time please send a patch as attachment, or use directly git send-email so I don't have to copy&paste. -- FFmpeg = Freak and Frenzy Mere Powered Enlightened Goblin _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel