diff options
author | James Almer <jamrial@gmail.com> | 2024-10-07 13:29:25 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-10-08 19:45:10 -0300 |
commit | 29ea34728f1064877a0ab9b8dee0f3de69a2d750 (patch) | |
tree | b53224e74affe97c65845cf8597095cb705471c4 /tests | |
parent | 1f9424e0b1d17257186d0a3b68a750b9bd341f23 (diff) | |
download | ffmpeg-29ea34728f1064877a0ab9b8dee0f3de69a2d750.tar.gz |
avutil/pixfmt: add V30X pixel format
This maps to the 444YpCbCr10 pixel format as defined by Apple.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/imgutils | 4 | ||||
-rw-r--r-- | tests/ref/fate/sws-pixdesc-query | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/ref/fate/imgutils b/tests/ref/fate/imgutils index 4197005a3f..fd5a510530 100644 --- a/tests/ref/fate/imgutils +++ b/tests/ref/fate/imgutils @@ -272,6 +272,8 @@ gbrap14le planes: 4, linesizes: 128 128 128 128, plane_sizes: 6144 6144 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 vyu444 planes: 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_offsets: 0 0 0, total_size: 9216 +v30xbe planes: 1, linesizes: 256 0 0 0, plane_sizes: 12288 0 0 0, plane_offsets: 0 0 0, total_size: 12288 +v30xle 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 @@ -491,3 +493,5 @@ gbrap14le total_size: 24576, black_unknown_crc: 0x13bde353, black_tv_cr 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 vyu444 total_size: 9216, black_unknown_crc: 0x575e6fb1, black_tv_crc: 0x575e6fb1, black_pc_crc: 0x16564599 +v30xbe total_size: 12288, black_unknown_crc: 0x7108457c, black_tv_crc: 0x7108457c, black_pc_crc: 0xdefcbbe0 +v30xle total_size: 12288, black_unknown_crc: 0xf5b3c795, black_tv_crc: 0xf5b3c795, black_pc_crc: 0x0b56173c diff --git a/tests/ref/fate/sws-pixdesc-query b/tests/ref/fate/sws-pixdesc-query index e1b2ac999a..f153ed3169 100644 --- a/tests/ref/fate/sws-pixdesc-query +++ b/tests/ref/fate/sws-pixdesc-query @@ -75,6 +75,8 @@ isNBPS: p410le p412be p412le + v30xbe + v30xle x2bgr10be x2bgr10le x2rgb10be @@ -180,6 +182,7 @@ isBE: rgbaf16be rgbaf32be rgbf32be + v30xbe x2bgr10be x2rgb10be xv30be @@ -249,6 +252,8 @@ isYUV: uyva uyvy422 uyyvyy411 + v30xbe + v30xle vuya vuyx vyu444 @@ -827,6 +832,8 @@ Packed: uyva uyvy422 uyyvyy411 + v30xbe + v30xle vuya vuyx vyu444 |