diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-09-01 11:28:56 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-09-01 11:34:12 +0200 |
commit | 51b01573e536aedc5fae237b0bea608e195baf91 (patch) | |
tree | e2a31b9ef23ef5b3f442b4bf04282d72611ef0d9 /doc/ffprobe.xsd | |
parent | 93cf7b01950b9d8e1646227752b522d0275d32df (diff) | |
download | ffmpeg-51b01573e536aedc5fae237b0bea608e195baf91.tar.gz |
ffprobe: fix format section XML validation
It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 1 |
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"/> |