diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-10 04:36:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-19 20:15:37 +0200 |
commit | f63d381387165eddff47ea896794837332b5cbd2 (patch) | |
tree | 6b1776f211b4163477a8b4413959132eb8b45615 /doc/ffprobe.xsd | |
parent | f22cf88fd3172d4527c58e58af8f0667485ae6d6 (diff) | |
download | ffmpeg-f63d381387165eddff47ea896794837332b5cbd2.tar.gz |
ffprobe: Add support for color_trc/color_pri/chroma_loc
Idea from: a2c00d22e71d13b72828147be86aa9e961c6cae6
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 84b3810fcc..f4d679ead6 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -167,6 +167,9 @@ <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="color_transfer" type="xsd:string"/> + <xsd:attribute name="color_primaries" type="xsd:string"/> + <xsd:attribute name="chroma_location" type="xsd:string"/> <xsd:attribute name="timecode" type="xsd:string"/> <!-- audio attributes --> |