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_flat | |
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_flat')
-rw-r--r-- | tests/ref/fate/ffprobe_flat | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_flat b/tests/ref/fate/ffprobe_flat index ee4373408f..165d34958a 100644 --- a/tests/ref/fate/ffprobe_flat +++ b/tests/ref/fate/ffprobe_flat @@ -56,6 +56,10 @@ packets_and_frames.frame.1.pkt_pos="2744" packets_and_frames.frame.1.pkt_size="230400" packets_and_frames.frame.1.width=320 packets_and_frames.frame.1.height=240 +packets_and_frames.frame.1.crop_top=0 +packets_and_frames.frame.1.crop_bottom=0 +packets_and_frames.frame.1.crop_left=0 +packets_and_frames.frame.1.crop_right=0 packets_and_frames.frame.1.pix_fmt="rgb24" packets_and_frames.frame.1.sample_aspect_ratio="1:1" packets_and_frames.frame.1.pict_type="I" @@ -97,6 +101,10 @@ packets_and_frames.frame.2.pkt_pos="233165" packets_and_frames.frame.2.pkt_size="30000" packets_and_frames.frame.2.width=100 packets_and_frames.frame.2.height=100 +packets_and_frames.frame.2.crop_top=0 +packets_and_frames.frame.2.crop_bottom=0 +packets_and_frames.frame.2.crop_left=0 +packets_and_frames.frame.2.crop_right=0 packets_and_frames.frame.2.pix_fmt="rgb24" packets_and_frames.frame.2.sample_aspect_ratio="1:1" packets_and_frames.frame.2.pict_type="I" @@ -168,6 +176,10 @@ packets_and_frames.frame.4.pkt_pos="265248" packets_and_frames.frame.4.pkt_size="230400" packets_and_frames.frame.4.width=320 packets_and_frames.frame.4.height=240 +packets_and_frames.frame.4.crop_top=0 +packets_and_frames.frame.4.crop_bottom=0 +packets_and_frames.frame.4.crop_left=0 +packets_and_frames.frame.4.crop_right=0 packets_and_frames.frame.4.pix_fmt="rgb24" packets_and_frames.frame.4.sample_aspect_ratio="1:1" packets_and_frames.frame.4.pict_type="I" @@ -209,6 +221,10 @@ packets_and_frames.frame.5.pkt_pos="495672" packets_and_frames.frame.5.pkt_size="30000" packets_and_frames.frame.5.width=100 packets_and_frames.frame.5.height=100 +packets_and_frames.frame.5.crop_top=0 +packets_and_frames.frame.5.crop_bottom=0 +packets_and_frames.frame.5.crop_left=0 +packets_and_frames.frame.5.crop_right=0 packets_and_frames.frame.5.pix_fmt="rgb24" packets_and_frames.frame.5.sample_aspect_ratio="1:1" packets_and_frames.frame.5.pict_type="I" @@ -310,6 +326,10 @@ packets_and_frames.frame.8.pkt_pos="529826" packets_and_frames.frame.8.pkt_size="230400" packets_and_frames.frame.8.width=320 packets_and_frames.frame.8.height=240 +packets_and_frames.frame.8.crop_top=0 +packets_and_frames.frame.8.crop_bottom=0 +packets_and_frames.frame.8.crop_left=0 +packets_and_frames.frame.8.crop_right=0 packets_and_frames.frame.8.pix_fmt="rgb24" packets_and_frames.frame.8.sample_aspect_ratio="1:1" packets_and_frames.frame.8.pict_type="I" @@ -351,6 +371,10 @@ packets_and_frames.frame.9.pkt_pos="760250" packets_and_frames.frame.9.pkt_size="30000" packets_and_frames.frame.9.width=100 packets_and_frames.frame.9.height=100 +packets_and_frames.frame.9.crop_top=0 +packets_and_frames.frame.9.crop_bottom=0 +packets_and_frames.frame.9.crop_left=0 +packets_and_frames.frame.9.crop_right=0 packets_and_frames.frame.9.pix_fmt="rgb24" packets_and_frames.frame.9.sample_aspect_ratio="1:1" packets_and_frames.frame.9.pict_type="I" @@ -452,6 +476,10 @@ packets_and_frames.frame.12.pkt_pos="793142" packets_and_frames.frame.12.pkt_size="230400" packets_and_frames.frame.12.width=320 packets_and_frames.frame.12.height=240 +packets_and_frames.frame.12.crop_top=0 +packets_and_frames.frame.12.crop_bottom=0 +packets_and_frames.frame.12.crop_left=0 +packets_and_frames.frame.12.crop_right=0 packets_and_frames.frame.12.pix_fmt="rgb24" packets_and_frames.frame.12.sample_aspect_ratio="1:1" packets_and_frames.frame.12.pict_type="I" @@ -493,6 +521,10 @@ packets_and_frames.frame.13.pkt_pos="1023566" packets_and_frames.frame.13.pkt_size="30000" packets_and_frames.frame.13.width=100 packets_and_frames.frame.13.height=100 +packets_and_frames.frame.13.crop_top=0 +packets_and_frames.frame.13.crop_bottom=0 +packets_and_frames.frame.13.crop_left=0 +packets_and_frames.frame.13.crop_right=0 packets_and_frames.frame.13.pix_fmt="rgb24" packets_and_frames.frame.13.sample_aspect_ratio="1:1" packets_and_frames.frame.13.pict_type="I" |