summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-03-26 16:28:38 -0300
committerJames Almer <jamrial@gmail.com>2023-03-26 16:39:59 -0300
commit20dade27d96da4f502b0cf26e6bbd7c6d976e653 (patch)
tree02b3b5f03ca0d7b90c025b1df3e3646946ec78ad /doc
parent19798229dfdb84b0055a9a242cce019075000493 (diff)
downloadffmpeg-20dade27d96da4f502b0cf26e6bbd7c6d976e653.tar.gz
fftools/ffprobe: print crop_* frame fields
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/ffprobe.xsd4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 0920380108..87ca265d63 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -106,6 +106,10 @@
<!-- video attributes -->
<xsd:attribute name="width" type="xsd:long" />
<xsd:attribute name="height" type="xsd:long" />
+ <xsd:attribute name="crop_top" type="xsd:long" />
+ <xsd:attribute name="crop_bottom" type="xsd:long" />
+ <xsd:attribute name="crop_left" type="xsd:long" />
+ <xsd:attribute name="crop_right" type="xsd:long" />
<xsd:attribute name="pix_fmt" type="xsd:string"/>
<xsd:attribute name="sample_aspect_ratio" type="xsd:string"/>
<xsd:attribute name="pict_type" type="xsd:string"/>