Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordericed <dave@dericed.com>2016-06-08 02:53:40 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-27 01:42:13 +0300
commit461073e8091456c91842a43a44bb6cb98164d610 (patch)
tree8c24f452b939f31031faf3de5b95afbd3ec990a1 /doc/ffprobe.xsd
parentc2fcf4fa0b121c96301b58b53997ab906360ff32 (diff)
ffprobe.xsd: add missing timecode attribute to frameSideDataType
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index c7d5101965..757de12e8c 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -129,6 +129,7 @@
<xsd:complexType name="frameSideDataType">
<xsd:attribute name="side_data_type" type="xsd:string"/>
<xsd:attribute name="side_data_size" type="xsd:int" />
+ <xsd:attribute name="timecode" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="subtitleType">