From 89898cd3b6b2806bf823678a47d17f9ed745c69e Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Tue, 31 Jul 2012 11:53:30 +0200 Subject: ffprobe: fix validity error with tags and data. Add "data" and "extradata" attributes to the schema. Add "tag" element in "streams". Print extradata before tags to avoid closing the element. Fix trac ticket #1588. --- doc/ffprobe.xsd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ffprobe.xsd') diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 13c0d02ae3..4340d462e1 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -44,6 +44,7 @@ + @@ -86,6 +87,10 @@ + + + + @@ -94,6 +99,7 @@ + -- cgit v1.2.3