[FFmpeg-cvslog] ffprobe.xsd: add missing timecode attribute to frameSideDataType

dericed git at videolan.org
Wed Jul 27 01:51:58 EEST 2016


ffmpeg | branch: master | dericed <dave at dericed.com> | Tue Jun  7 19:53:40 2016 -0400| [461073e8091456c91842a43a44bb6cb98164d610] | committer: Michael Niedermayer

ffprobe.xsd: add missing timecode attribute to frameSideDataType

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=461073e8091456c91842a43a44bb6cb98164d610
---

 doc/ffprobe.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index c7d5101..757de12 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">



More information about the ffmpeg-cvslog mailing list