[FFmpeg-devel] [PATCH v2 05/11] doc/ffprobe.xsd: add captions_eia608 disposition attribute

Marth64 marth64 at proxyid.net
Thu Nov 28 03:15:08 EET 2024


Signed-off-by: Marth64 <marth64 at proxyid.net>
---
 doc/ffprobe.xsd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 64e2d88574..4f9e912539 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -256,6 +256,7 @@
     <xsd:attribute name="dependent"        type="xsd:int" use="required" />
     <xsd:attribute name="still_image"      type="xsd:int" use="required" />
     <xsd:attribute name="multilayer"       type="xsd:int" use="required" />
+    <xsd:attribute name="captions_eia608"  type="xsd:int" use="required" />
   </xsd:complexType>
 
   <xsd:complexType name="streamType">
-- 
2.34.1



More information about the ffmpeg-devel mailing list