diff options
author | James Almer <jamrial@gmail.com> | 2024-10-06 19:28:33 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-10-08 14:10:07 -0300 |
commit | dc3ef53819dc8cc2e9732b70d69b029738bad266 (patch) | |
tree | 21b0df76fdce0db405bc72c2a5812620ef4aa186 /tests | |
parent | 263108a5049761911d2c35cbb15ef9a9c0a84027 (diff) | |
download | ffmpeg-dc3ef53819dc8cc2e9732b70d69b029738bad266.tar.gz |
avutil/pixfmt: add UYVA pixel format
This maps to the 4444YpCbCrA8 pixel format as defined by Apple, which is ordered
Cb Y' Cr A.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/imgutils | 2 | ||||
-rw-r--r-- | tests/ref/fate/pixfmt_best | 2 | ||||
-rw-r--r-- | tests/ref/fate/sws-pixdesc-query | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/tests/ref/fate/imgutils b/tests/ref/fate/imgutils index da764b38e5..03121e45fe 100644 --- a/tests/ref/fate/imgutils +++ b/tests/ref/fate/imgutils @@ -270,6 +270,7 @@ p412le planes: 2, linesizes: 128 256 0 0, plane_sizes: 6144 12288 gbrap14be planes: 4, linesizes: 128 128 128 128, plane_sizes: 6144 6144 6144 6144, plane_offsets: 6144 6144 6144, total_size: 24576 gbrap14le planes: 4, linesizes: 128 128 128 128, plane_sizes: 6144 6144 6144 6144, plane_offsets: 6144 6144 6144, total_size: 24576 ayuv planes: 1, linesizes: 256 0 0 0, plane_sizes: 12288 0 0 0, plane_offsets: 0 0 0, total_size: 12288 +uyva planes: 1, linesizes: 256 0 0 0, plane_sizes: 12288 0 0 0, plane_offsets: 0 0 0, total_size: 12288 image_fill_black tests yuv420p total_size: 4608, black_unknown_crc: 0xd00f6cc6, black_tv_crc: 0xd00f6cc6, black_pc_crc: 0x234969af @@ -487,3 +488,4 @@ p412le total_size: 18432, black_unknown_crc: 0x4028ac30, black_tv_cr gbrap14be total_size: 24576, black_unknown_crc: 0x4ec0d987, black_tv_crc: 0x4ec0d987, black_pc_crc: 0x4ec0d987 gbrap14le total_size: 24576, black_unknown_crc: 0x13bde353, black_tv_crc: 0x13bde353, black_pc_crc: 0x13bde353 ayuv total_size: 12288, black_unknown_crc: 0xcc44368b, black_tv_crc: 0xcc44368b, black_pc_crc: 0x1e04c638 +uyva total_size: 12288, black_unknown_crc: 0xdd657297, black_tv_crc: 0xdd657297, black_pc_crc: 0x0f258224 diff --git a/tests/ref/fate/pixfmt_best b/tests/ref/fate/pixfmt_best index 591fa5c912..3a2ba35238 100644 --- a/tests/ref/fate/pixfmt_best +++ b/tests/ref/fate/pixfmt_best @@ -1 +1 @@ -107 tests passed, 0 tests failed. +108 tests passed, 0 tests failed. diff --git a/tests/ref/fate/sws-pixdesc-query b/tests/ref/fate/sws-pixdesc-query index f12f0cbf42..8b7f7875f4 100644 --- a/tests/ref/fate/sws-pixdesc-query +++ b/tests/ref/fate/sws-pixdesc-query @@ -246,6 +246,7 @@ isYUV: p412le p416be p416le + uyva uyvy422 uyyvyy411 vuya @@ -730,6 +731,7 @@ ALPHA: rgbaf16le rgbaf32be rgbaf32le + uyva vuya ya16be ya16le @@ -821,6 +823,7 @@ Packed: rgbaf32le rgbf32be rgbf32le + uyva uyvy422 uyyvyy411 vuya |