summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDave Rice <dave@dericed.com>2015-05-25 20:46:12 -0400
committerStefano Sabatini <stefasab@gmail.com>2015-05-27 11:19:19 +0200
commit09ec31ce3aab41407965e7a95b7d145702434c26 (patch)
tree8a0a6f94550c79fec2d4270a4c0eeb190d286289 /doc
parentc312bfac4c8ac1ac55d6648fd6eb36db436100f3 (diff)
ffprobe: print stream_index with frame data
This makes it easier to relate frame data to its associated stream.
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 1481ad9eb0..c7d5101965 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -87,6 +87,7 @@
</xsd:sequence>
<xsd:attribute name="media_type" type="xsd:string" use="required"/>
+ <xsd:attribute name="stream_index" type="xsd:int" />
<xsd:attribute name="key_frame" type="xsd:int" use="required"/>
<xsd:attribute name="pts" type="xsd:long" />
<xsd:attribute name="pts_time" type="xsd:float"/>