diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-07-20 14:37:44 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-07-21 20:19:07 +0200 |
commit | d24a82d2e2b73ad363b3f8d24b64cbfae65e4459 (patch) | |
tree | 3b07b2826aed37fcd99fe4f2e4466ae243d6eb30 /doc/ffprobe.xsd | |
parent | dc9735eb67ca696d926922735a9bf01776d5c328 (diff) | |
download | ffmpeg-d24a82d2e2b73ad363b3f8d24b64cbfae65e4459.tar.gz |
ffprobe: Print color properties from show_frames
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 6d929a1a32..3e58da0f46 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -120,6 +120,11 @@ <xsd:attribute name="interlaced_frame" type="xsd:int" /> <xsd:attribute name="top_field_first" type="xsd:int" /> <xsd:attribute name="repeat_pict" type="xsd:int" /> + <xsd:attribute name="color_range" type="xsd:string"/> + <xsd:attribute name="color_space" type="xsd:string"/> + <xsd:attribute name="color_primaries" type="xsd:string"/> + <xsd:attribute name="color_transfer" type="xsd:string"/> + <xsd:attribute name="chroma_location" type="xsd:string"/> </xsd:complexType> <xsd:complexType name="logsType"> |