diff options
author | James Almer <jamrial@gmail.com> | 2024-10-06 14:37:54 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-10-08 14:10:07 -0300 |
commit | 263108a5049761911d2c35cbb15ef9a9c0a84027 (patch) | |
tree | 7d87708de394fca868093e9280abbf29f0983477 /tests/ref | |
parent | 2e79690a70fe9710a0992c554ed86b31a8d66111 (diff) | |
download | ffmpeg-263108a5049761911d2c35cbb15ef9a9c0a84027.tar.gz |
avutil/pixfmt: add AYUV pixel format
This maps to the 4444AYpCbCr8 pixel format as defined by Apple, which is ordered
A Y’ Cb Cr.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref')
-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 fb2ed6d158..da764b38e5 100644 --- a/tests/ref/fate/imgutils +++ b/tests/ref/fate/imgutils @@ -269,6 +269,7 @@ p412be planes: 2, linesizes: 128 256 0 0, plane_sizes: 6144 12288 p412le planes: 2, linesizes: 128 256 0 0, plane_sizes: 6144 12288 0 0, plane_offsets: 6144 0 0, total_size: 18432 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 image_fill_black tests yuv420p total_size: 4608, black_unknown_crc: 0xd00f6cc6, black_tv_crc: 0xd00f6cc6, black_pc_crc: 0x234969af @@ -485,3 +486,4 @@ p412be total_size: 18432, black_unknown_crc: 0x26991800, black_tv_cr p412le total_size: 18432, black_unknown_crc: 0x4028ac30, black_tv_crc: 0x4028ac30, black_pc_crc: 0xab7c7698 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 diff --git a/tests/ref/fate/pixfmt_best b/tests/ref/fate/pixfmt_best index 1bdc0e83f0..591fa5c912 100644 --- a/tests/ref/fate/pixfmt_best +++ b/tests/ref/fate/pixfmt_best @@ -1 +1 @@ -106 tests passed, 0 tests failed. +107 tests passed, 0 tests failed. diff --git a/tests/ref/fate/sws-pixdesc-query b/tests/ref/fate/sws-pixdesc-query index fff93bbf0e..f12f0cbf42 100644 --- a/tests/ref/fate/sws-pixdesc-query +++ b/tests/ref/fate/sws-pixdesc-query @@ -218,6 +218,7 @@ isBE: yuva444p9be isYUV: + ayuv ayuv64be ayuv64le nv12 @@ -702,6 +703,7 @@ AnyRGB: x2rgb10le ALPHA: + ayuv ayuv64be ayuv64le bgr32 @@ -761,6 +763,7 @@ ALPHA: Packed: 0bgr 0rgb + ayuv ayuv64be ayuv64le bayer_bggr16be |