Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rice <dave@dericed.com>2015-05-26 03:46:12 +0300
committerStefano Sabatini <stefasab@gmail.com>2015-05-27 12:19:19 +0300
commit09ec31ce3aab41407965e7a95b7d145702434c26 (patch)
tree8a0a6f94550c79fec2d4270a4c0eeb190d286289 /doc/ffprobe.xsd
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/ffprobe.xsd')
-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"/>