diff options
author | dericed <dave@dericed.com> | 2016-06-07 19:53:40 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-27 00:42:13 +0200 |
commit | 461073e8091456c91842a43a44bb6cb98164d610 (patch) | |
tree | 8c24f452b939f31031faf3de5b95afbd3ec990a1 | |
parent | c2fcf4fa0b121c96301b58b53997ab906360ff32 (diff) | |
download | ffmpeg-461073e8091456c91842a43a44bb6cb98164d610.tar.gz |
ffprobe.xsd: add missing timecode attribute to frameSideDataType
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/ffprobe.xsd | 1 |
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"> |