diff options
author | Tobias Rapp <t.rapp@noa-audio.com> | 2014-06-17 09:01:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-24 00:35:16 +0200 |
commit | f6e772f9b5cf9040c268caed8b027a9c186812ef (patch) | |
tree | f39cf545ce48f1602394424238504e225e88d650 /doc/ffprobe.xsd | |
parent | 9326caa5faa1dffb89bc718194a618a16caa780d (diff) | |
download | ffmpeg-f6e772f9b5cf9040c268caed8b027a9c186812ef.tar.gz |
ffprobe: add color_range and color_space to stream output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 2718e694af..ad199005bb 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -147,6 +147,8 @@ <xsd:attribute name="display_aspect_ratio" type="xsd:string"/> <xsd:attribute name="pix_fmt" type="xsd:string"/> <xsd:attribute name="level" type="xsd:int"/> + <xsd:attribute name="color_range" type="xsd:string"/> + <xsd:attribute name="color_space" type="xsd:string"/> <xsd:attribute name="timecode" type="xsd:string"/> <!-- audio attributes --> |