diff options
author | James Almer <jamrial@gmail.com> | 2024-10-21 21:38:55 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-10-23 14:11:16 -0300 |
commit | f462ba05f54dae6b4113c2d2162b861ed2ffe27c (patch) | |
tree | 48eeeb8dfe9472ea6f66d14ea69e1cb29bd2c315 /tests | |
parent | 9eb7e8d2a4da108c9cf5d25984cf20b613ce593e (diff) | |
download | ffmpeg-f462ba05f54dae6b4113c2d2162b861ed2ffe27c.tar.gz |
avutil/pixfmt: add Y216 pixel format
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/pixfmt_best | 2 | ||||
-rw-r--r-- | tests/ref/fate/sws-pixdesc-query | 7 |
3 files changed, 12 insertions, 1 deletions
diff --git a/tests/ref/fate/imgutils b/tests/ref/fate/imgutils index 8639baa550..7fbb1fd902 100644 --- a/tests/ref/fate/imgutils +++ b/tests/ref/fate/imgutils @@ -280,6 +280,8 @@ rgba128be planes: 1, linesizes: 1024 0 0 0, plane_sizes: 49152 0 rgba128le planes: 1, linesizes: 1024 0 0 0, plane_sizes: 49152 0 0 0, plane_offsets: 0 0 0, total_size: 49152 rgb96be planes: 1, linesizes: 768 0 0 0, plane_sizes: 36864 0 0 0, plane_offsets: 0 0 0, total_size: 36864 rgb96le planes: 1, linesizes: 768 0 0 0, plane_sizes: 36864 0 0 0, plane_offsets: 0 0 0, total_size: 36864 +y216be planes: 1, linesizes: 256 0 0 0, plane_sizes: 12288 0 0 0, plane_offsets: 0 0 0, total_size: 12288 +y216le 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 @@ -507,3 +509,5 @@ rgba128be total_size: 49152, black_unknown_crc: 0x59ef499b, black_tv_cr rgba128le total_size: 49152, black_unknown_crc: 0x59ef499b, black_tv_crc: 0x59ef499b, black_pc_crc: 0x59ef499b rgb96be total_size: 36864, black_unknown_crc: 0x00000000, black_tv_crc: 0x00000000, black_pc_crc: 0x00000000 rgb96le total_size: 36864, black_unknown_crc: 0x00000000, black_tv_crc: 0x00000000, black_pc_crc: 0x00000000 +y216be total_size: 12288, black_unknown_crc: 0x5483d935, black_tv_crc: 0x5483d935, black_pc_crc: 0x06397bf3 +y216le total_size: 12288, black_unknown_crc: 0x5d8e1cf6, black_tv_crc: 0x5d8e1cf6, black_pc_crc: 0x8fceec45 diff --git a/tests/ref/fate/pixfmt_best b/tests/ref/fate/pixfmt_best index 72486587c6..72560f5df9 100644 --- a/tests/ref/fate/pixfmt_best +++ b/tests/ref/fate/pixfmt_best @@ -1 +1 @@ -109 tests passed, 0 tests failed. +111 tests passed, 0 tests failed. diff --git a/tests/ref/fate/sws-pixdesc-query b/tests/ref/fate/sws-pixdesc-query index aa2edcfcb0..a4bbc8bfcb 100644 --- a/tests/ref/fate/sws-pixdesc-query +++ b/tests/ref/fate/sws-pixdesc-query @@ -25,6 +25,8 @@ is16BPS: rgbaf16le rgbf16be rgbf16le + y216be + y216le ya16be ya16le yuv420p16be @@ -195,6 +197,7 @@ isBE: xyz12be y210be y212be + y216be ya16be yuv420p10be yuv420p12be @@ -272,6 +275,8 @@ isYUV: y210le y212be y212le + y216be + y216le ya16be ya16le ya8 @@ -876,6 +881,8 @@ Packed: y210le y212be y212le + y216be + y216le ya16be ya16le ya8 |