31 Jul 2012 11:54
[PATCH] ffprobe: adapt XML schema to -show_data option.
Nicolas George <nicolas.george <at> normalesup.org>
2012-07-31 09:54:20 GMT
2012-07-31 09:54:20 GMT
Fix trac ticket #1588.
Signed-off-by: Nicolas George <nicolas.george <at> normalesup.org>
---
doc/ffprobe.xsd | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 3a4a8cc..162149a 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
<at> <at> -44,6 +44,7 <at> <at>
<xsd:attribute name="size" type="xsd:long" use="required" />
<xsd:attribute name="pos" type="xsd:long" />
<xsd:attribute name="flags" type="xsd:string" use="required" />
+ <xsd:attribute name="data" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="frameType">
<at> <at> -92,6 +93,7 <at> <at>
<xsd:attribute name="codec_time_base" type="xsd:string" use="required"/>
<xsd:attribute name="codec_tag" type="xsd:string" use="required"/>
<xsd:attribute name="codec_tag_string" type="xsd:string" use="required"/>
+ <xsd:attribute name="extradata" type="xsd:string" />
<!-- video attributes -->
<xsd:attribute name="width" type="xsd:int"/>
--
--
1.7.10.4
(Continue reading)
RSS Feed