diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-20 14:21:10 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-21 19:24:19 +0100 |
commit | e2f56f2bac5d621f56cc108c2d9ab02e0810cd49 (patch) | |
tree | e49c503b2d5c8a11631f18e4c2a0d7eafdb91d99 | |
parent | 9cb8f262f2bcc9396f7c78e527f0889ec72a89e1 (diff) | |
download | ffmpeg-e2f56f2bac5d621f56cc108c2d9ab02e0810cd49.tar.gz |
fate/image: Enable fate-webp-rgb-lossless-palette-predictor test
Postponed in 9f4708c22def8a0f13c3b2bc39baca928bb58aaa
because the sample had not been uploaded at that time.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | tests/fate/image.mak | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 400199c28a..7c0e0fec08 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -557,9 +557,8 @@ fate-webp-rgb-lena-lossless-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_ FATE_WEBP += fate-webp-rgba-lossless fate-webp-rgba-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgba_lossless.webp -# TODO(https://trac.ffmpeg.org/ticket/9368): enable after sample is uploaded -# FATE_WEBP += fate-webp-rgb-lossless-palette-predictor -# fate-webp-rgb-lossless-palette-predictor: CMD = framecrc -i $(TARGET_SAMPLES)/webp/dual_transform.webp +FATE_WEBP += fate-webp-rgb-lossless-palette-predictor +fate-webp-rgb-lossless-palette-predictor: CMD = framecrc -i $(TARGET_SAMPLES)/webp/dual_transform.webp FATE_WEBP += fate-webp-rgb-lossy-q80 fate-webp-rgb-lossy-q80: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_q80.webp |