[FFmpeg-cvslog] ffprobe: fix format section XML validation
Stefano Sabatini
git at videolan.org
Sun Sep 1 11:40:32 CEST 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Sep 1 11:28:56 2013 +0200| [51b01573e536aedc5fae237b0bea608e195baf91] | committer: Stefano Sabatini
ffprobe: fix format section XML validation
It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51b01573e536aedc5fae237b0bea608e195baf91
---
doc/ffprobe.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 8a1e102..26fd7d8 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -178,6 +178,7 @@
<xsd:attribute name="filename" type="xsd:string" use="required"/>
<xsd:attribute name="nb_streams" type="xsd:int" use="required"/>
+ <xsd:attribute name="nb_programs" type="xsd:int" use="required"/>
<xsd:attribute name="format_name" type="xsd:string" use="required"/>
<xsd:attribute name="format_long_name" type="xsd:string"/>
<xsd:attribute name="start_time" type="xsd:float"/>
More information about the ffmpeg-cvslog
mailing list