diff options
author | James Almer <jamrial@gmail.com> | 2023-03-26 16:28:38 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-03-26 16:39:59 -0300 |
commit | 20dade27d96da4f502b0cf26e6bbd7c6d976e653 (patch) | |
tree | 02b3b5f03ca0d7b90c025b1df3e3646946ec78ad /doc/ffprobe.xsd | |
parent | 19798229dfdb84b0055a9a242cce019075000493 (diff) | |
download | ffmpeg-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/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 4 |
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"/> |