summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-07-11 10:31:47 +0200
committerAnton Khirnov <anton@khirnov.net>2022-07-19 12:27:18 +0200
commitccb94ec5cf020cdbb37171396090f5bfbe8e7e37 (patch)
treef7b78cba7ad44f2408672762860f2113f4ef5ec9 /doc
parent2d90fc89f2a804a096ff092797c14432b63c8120 (diff)
ffprobe: print AVFrame.duration
Diffstat (limited to 'doc')
-rw-r--r--doc/ffprobe.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 3af621a17a..6e678a9970 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -92,6 +92,8 @@
<xsd:attribute name="best_effort_timestamp_time" type="xsd:float" />
<xsd:attribute name="pkt_duration" type="xsd:long" />
<xsd:attribute name="pkt_duration_time" type="xsd:float"/>
+ <xsd:attribute name="duration" type="xsd:long" />
+ <xsd:attribute name="duration_time" type="xsd:float"/>
<xsd:attribute name="pkt_pos" type="xsd:long" />
<xsd:attribute name="pkt_size" type="xsd:int" />