From b980b08ca8d4816fa3259302c31d71ccd079c283 Mon Sep 17 00:00:00 2001
From: dericed <dave@dericed.com>
Date: Tue, 7 Jun 2016 19:53:40 -0400
Subject: [PATCH] ffprobe.xsd: add missing timecode attribute to
 frameSideDataType

---
 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">
-- 
2.8.3

