diff options
author | Dave Rice <dave@dericed.com> | 2015-05-25 20:46:12 -0400 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-05-27 11:19:19 +0200 |
commit | 09ec31ce3aab41407965e7a95b7d145702434c26 (patch) | |
tree | 8a0a6f94550c79fec2d4270a4c0eeb190d286289 /doc | |
parent | c312bfac4c8ac1ac55d6648fd6eb36db436100f3 (diff) | |
download | ffmpeg-09ec31ce3aab41407965e7a95b7d145702434c26.tar.gz |
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.xsd | 1 |
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"/> |