diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-08 15:26:57 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-06 23:26:04 +0200 |
commit | 8d1de449f0062682f8562fc0a96b13dfaa3723e7 (patch) | |
tree | 7972964eca3eea46a5fadcc58c05b177df887ff7 /doc/ffprobe.xsd | |
parent | 9083d09ebbbb3bfe5d9ad5696af918fdb2454cfb (diff) | |
download | ffmpeg-8d1de449f0062682f8562fc0a96b13dfaa3723e7.tar.gz |
ffprobe: show packet duration in frame
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index f8e9fe9809..7f12a364d8 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -53,6 +53,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="pkt_duration" type="xsd:long" /> + <xsd:attribute name="pkt_duration_time" type="xsd:float"/> <xsd:attribute name="pkt_pos" type="xsd:long" /> <!-- audio attributes --> |