diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-08-07 18:23:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-08-29 18:44:46 +0200 |
commit | 03f3680080639b7569c41fdd43b16feaf40dc094 (patch) | |
tree | fde7fb41b484eb5c61db84ca35c3080a80dbcc92 | |
parent | bdc1bdf3f57c8f375cffa25c60b4b573c6b4d623 (diff) | |
download | ffmpeg-03f3680080639b7569c41fdd43b16feaf40dc094.tar.gz |
fate/pixfmt: test xyz12le
-rw-r--r-- | tests/fate/pixfmt.mak | 1 | ||||
-rw-r--r-- | tests/ref/pixfmt/xyz12le | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/pixfmt.mak b/tests/fate/pixfmt.mak index 46fd888ac9..715a4763d4 100644 --- a/tests/fate/pixfmt.mak +++ b/tests/fate/pixfmt.mak @@ -6,6 +6,7 @@ FATE_PIXFMT-$(CONFIG_SCALE_FILTER) = bgr24 \ rgb32 \ rgb555 \ rgb565 \ + xyz12le \ yuv410p \ yuv411p \ yuv420p \ diff --git a/tests/ref/pixfmt/xyz12le b/tests/ref/pixfmt/xyz12le new file mode 100644 index 0000000000..f725ce1bd4 --- /dev/null +++ b/tests/ref/pixfmt/xyz12le @@ -0,0 +1,2 @@ +a5a4f73b21d5e2b07789f41d84265d9a *tests/data/pixfmt/xyz12le.yuv +304128 tests/data/pixfmt/xyz12le.yuv |