Browse Source

doc/ffprobe.xsd: drop build_date and build_time from programVersionType

Update schema after commit:
103e4c5863
tags/n2.6
Stefano Sabatini 10 years ago
parent
commit
7b35a01ff0
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      doc/ffprobe.xsd

+ 0
- 2
doc/ffprobe.xsd View File

@@ -254,8 +254,6 @@
<xsd:complexType name="programVersionType">
<xsd:attribute name="version" type="xsd:string" use="required"/>
<xsd:attribute name="copyright" type="xsd:string" use="required"/>
<xsd:attribute name="build_date" type="xsd:string" use="required"/>
<xsd:attribute name="build_time" type="xsd:string" use="required"/>
<xsd:attribute name="compiler_ident" type="xsd:string" use="required"/>
<xsd:attribute name="configuration" type="xsd:string" use="required"/>
</xsd:complexType>


Loading…
Cancel
Save