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 /tests/ref/fate/ffprobe_json | |
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 'tests/ref/fate/ffprobe_json')
-rw-r--r-- | tests/ref/fate/ffprobe_json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_json b/tests/ref/fate/ffprobe_json index 89e89e4a7a..deef72aca8 100644 --- a/tests/ref/fate/ffprobe_json +++ b/tests/ref/fate/ffprobe_json @@ -68,6 +68,10 @@ "pkt_size": "230400", "width": 320, "height": 240, + "crop_top": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", @@ -110,6 +114,10 @@ "pkt_size": "30000", "width": 100, "height": 100, + "crop_top": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", @@ -187,6 +195,10 @@ "pkt_size": "230400", "width": 320, "height": 240, + "crop_top": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", @@ -229,6 +241,10 @@ "pkt_size": "30000", "width": 100, "height": 100, + "crop_top": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", @@ -341,6 +357,10 @@ "pkt_size": "230400", "width": 320, "height": 240, + "crop_top": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", @@ -383,6 +403,10 @@ "pkt_size": "30000", "width": 100, "height": 100, + "crop_top": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", @@ -495,6 +519,10 @@ "pkt_size": "230400", "width": 320, "height": 240, + "crop_top": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", @@ -537,6 +565,10 @@ "pkt_size": "30000", "width": 100, "height": 100, + "crop_top": 0, + "crop_bottom": 0, + "crop_left": 0, + "crop_right": 0, "pix_fmt": "rgb24", "sample_aspect_ratio": "1:1", "pict_type": "I", |