Commit 461073e8 authored by dericed's avatar dericed Committed by Michael Niedermayer

ffprobe.xsd: add missing timecode attribute to frameSideDataType

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent c2fcf4fa
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
<xsd:complexType name="frameSideDataType"> <xsd:complexType name="frameSideDataType">
<xsd:attribute name="side_data_type" type="xsd:string"/> <xsd:attribute name="side_data_type" type="xsd:string"/>
<xsd:attribute name="side_data_size" type="xsd:int" /> <xsd:attribute name="side_data_size" type="xsd:int" />
<xsd:attribute name="timecode" type="xsd:string"/>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="subtitleType"> <xsd:complexType name="subtitleType">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment