From 51b01573e536aedc5fae237b0bea608e195baf91 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefasab@gmail.com>
Date: Sun, 1 Sep 2013 11:28:56 +0200
Subject: [PATCH] ffprobe: fix format section XML validation

It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
---
 doc/ffprobe.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 8a1e102704a..26fd7d88981 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"/>
-- 
GitLab