summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsoftworkz <softworkz@hotmail.com>2021-11-25 04:01:23 +0100
committerMarton Balint <cus@passwd.hu>2021-11-29 21:30:11 +0100
commit939711905a3674684a13635828e6784ebb7d1cde (patch)
tree1e0c4376f254df49f18b140d5e1c971836fe46c0 /doc
parent1c2dae153cd6574252fbcf60fb3782440ef43056 (diff)
fftools/ffprobe: print size of attachment streams (extradata_size)
Signed-off-by: softworkz <softworkz@hotmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/ffprobe.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index b65e54dbef..3af621a17a 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -215,6 +215,7 @@
<xsd:attribute name="codec_tag" type="xsd:string" use="required"/>
<xsd:attribute name="codec_tag_string" type="xsd:string" use="required"/>
<xsd:attribute name="extradata" type="xsd:string" />
+ <xsd:attribute name="extradata_size" type="xsd:int" />
<xsd:attribute name="extradata_hash" type="xsd:string" />
<!-- video attributes -->