diff options
author | Steven Liu <liuqi05@kuaishou.com> | 2023-04-21 14:04:11 +0800 |
---|---|---|
committer | Steven Liu <liuqi05@kuaishou.com> | 2023-04-21 14:06:37 +0800 |
commit | 4570ba5d86784f6a49e49e6cddfb0d5fb4bcd39a (patch) | |
tree | a63f98f22afbe67f9fcd0f83ee30fa787e806afc /tests/ref | |
parent | adeb5b6c67f84ba3a6b527c374e9d41129473b22 (diff) | |
download | ffmpeg-4570ba5d86784f6a49e49e6cddfb0d5fb4bcd39a.tar.gz |
fate/png-icc-parse: update ref data
When enable lcms2, the fate-png-icc-parse will get error bellow.
TEST png-icc-parse
This because updated how PNG handles colors (no
longer using mastering display metadata for that).
Reviewed-by: Leo Izen <leo.izen@gmail.com>
Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/png-icc-parse | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/tests/ref/fate/png-icc-parse b/tests/ref/fate/png-icc-parse index 18bb18a804..ffefce270a 100644 --- a/tests/ref/fate/png-icc-parse +++ b/tests/ref/fate/png-icc-parse @@ -16,6 +16,10 @@ pkt_pos=0 pkt_size=40194 width=128 height=128 +crop_top=0 +crop_bottom=0 +crop_left=0 +crop_right=0 pix_fmt=rgb24 sample_aspect_ratio=1:1 pict_type=I @@ -25,7 +29,7 @@ interlaced_frame=1 top_field_first=0 repeat_pict=0 color_range=pc -color_space=unknown +color_space=gbr color_primaries=bt709 color_transfer=iec61966-2-1 chroma_location=unspecified @@ -34,15 +38,4 @@ side_data_type=ICC profile name=Photoshop ICC profile size=3144 [/SIDE_DATA] -[SIDE_DATA] -side_data_type=Mastering display metadata -red_x=63999/100000 -red_y=33001/100000 -green_x=30000/100000 -green_y=60000/100000 -blue_x=15000/100000 -blue_y=5999/100000 -white_point_x=31269/100000 -white_point_y=32899/100000 -[/SIDE_DATA] [/FRAME] |