summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2013-11-28 11:24:34 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-12-15 10:46:46 +0100
commit5f6c21117f23a3c825777cdb0565a21c5a468d35 (patch)
tree4b56a3c9589bc3f9b34f7d3359d753c5cf6838e7 /doc/ffprobe.xsd
parentcc0e2ba1aa93d5bdfe99386af63ad1c8d20079d8 (diff)
ffprobe: show best_effort_timestamp in the frame section
This is useful for debugging. Reference and ffprobe.xsd changes done and tested by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index cc3d1b63f7..1bc1fb5bb4 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -61,6 +61,8 @@
<xsd:attribute name="pkt_pts_time" type="xsd:float"/>
<xsd:attribute name="pkt_dts" type="xsd:long" />
<xsd:attribute name="pkt_dts_time" type="xsd:float"/>
+ <xsd:attribute name="best_effort_timestamp" type="xsd:long" />
+ <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="pkt_pos" type="xsd:long" />