diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-12-29 12:23:02 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-30 17:55:20 +0100 |
commit | eee9b7a673de597b04de5df9ef837815e879938c (patch) | |
tree | 79c2e4d12c6413df09d289099ce58fe5ccda41de /doc | |
parent | eb465b8c56d455fddf0f4f9f2625e2fe3ff7ea06 (diff) | |
download | ffmpeg-streaming-eee9b7a673de597b04de5df9ef837815e879938c.zip ffmpeg-streaming-eee9b7a673de597b04de5df9ef837815e879938c.tar.gz |
ffprobe: Support extracting the number of reference frames
Fixes Ticket3141
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 c2cab37..226169e 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -182,6 +182,7 @@ <xsd:attribute name="color_primaries" type="xsd:string"/> <xsd:attribute name="chroma_location" type="xsd:string"/> <xsd:attribute name="timecode" type="xsd:string"/> + <xsd:attribute name="refs" type="xsd:int"/> <!-- audio attributes --> <xsd:attribute name="sample_fmt" type="xsd:string"/> |