summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
diff options
context:
space:
mode:
authorTobias Rapp <t.rapp@noa-audio.com>2014-09-15 17:16:03 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-07 23:18:15 +0200
commit1acc9189b4c2c6b3ab39724e0ff80ec95c6683b3 (patch)
treee9ca9e4c1ec38bdddb14372d569189359e817953 /doc/ffprobe.xsd
parent7d327d62426206bd89fc2e0b996faa5be867c0a2 (diff)
ffprobe: add pixel format chroma sub-sampling output
Adds output of chroma sub-sampling information to ffprobe -show_pixel_formats option. Note: This patch just prints the "raw" log2_charoma_w/h values instead of the previously suggested mapping into a chroma sub-sampling pattern string like "4:2:2". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index bf17186d32..84b3810fcc 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -309,6 +309,8 @@
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="nb_components" type="xsd:int" use="required"/>
+ <xsd:attribute name="log2_chroma_w" type="xsd:int"/>
+ <xsd:attribute name="log2_chroma_h" type="xsd:int"/>
<xsd:attribute name="bits_per_pixel" type="xsd:int"/>
</xsd:complexType>