You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffprobe.xsd: add missing timecode attribute to frameSideDataType
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
c2fcf4fa0b
commit
461073e809
@@ -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">
|
||||||
|
Reference in New Issue
Block a user