summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-09-01 11:28:56 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-09-01 11:34:12 +0200
commit51b01573e536aedc5fae237b0bea608e195baf91 (patch)
treee2a31b9ef23ef5b3f442b4bf04282d72611ef0d9 /doc/ffprobe.xsd
parent93cf7b01950b9d8e1646227752b522d0275d32df (diff)
ffprobe: fix format section XML validation
It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 8a1e102704..26fd7d8898 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"/>