[FFmpeg-cvslog] tests/image: remove colorspace conversion from jpegls tests
James Almer
git at videolan.org
Tue May 4 00:32:32 EEST 2021
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon May 3 18:31:03 2021 -0300| [e27e80edcd3a20efb8520943448aa9353a191ecd] | committer: James Almer
tests/image: remove colorspace conversion from jpegls tests
It's not needed after 011006874cb46325b6bc83234f81879ff421c05f.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e27e80edcd3a20efb8520943448aa9353a191ecd
---
tests/fate/image.mak | 8 ++++----
tests/ref/fate/jpegls-2bpc | 2 +-
tests/ref/fate/jpegls-3bpc | 2 +-
tests/ref/fate/jpegls-5bpc | 2 +-
tests/ref/fate/jpegls-7bpc | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 07316542e1..3b58972a53 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -339,16 +339,16 @@ FATE_IMAGE += $(FATE_JPG-yes)
fate-jpg: $(FATE_JPG-yes)
FATE_JPEGLS += fate-jpegls-2bpc
-fate-jpegls-2bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/4.jls -pix_fmt rgb24 -vf scale
+fate-jpegls-2bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/4.jls
FATE_JPEGLS += fate-jpegls-3bpc
-fate-jpegls-3bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/8.jls -pix_fmt rgb24 -vf scale
+fate-jpegls-3bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/8.jls
FATE_JPEGLS += fate-jpegls-5bpc
-fate-jpegls-5bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/32.jls -pix_fmt rgb24 -vf scale
+fate-jpegls-5bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/32.jls
FATE_JPEGLS += fate-jpegls-7bpc
-fate-jpegls-7bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/128.jls -pix_fmt rgb24 -vf scale
+fate-jpegls-7bpc: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/128.jls
FATE_JPEGLS-$(call DEMDEC, IMAGE2, JPEGLS) += $(FATE_JPEGLS)
FATE_IMAGE += $(FATE_JPEGLS-yes)
diff --git a/tests/ref/fate/jpegls-2bpc b/tests/ref/fate/jpegls-2bpc
index 06364273e2..1a33de75ea 100644
--- a/tests/ref/fate/jpegls-2bpc
+++ b/tests/ref/fate/jpegls-2bpc
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 711x711
#sar 0: 0/1
-0, 0, 0, 1, 1516563, 0x2c788aa2
+0, 0, 0, 1, 506545, 0xf3278285
diff --git a/tests/ref/fate/jpegls-3bpc b/tests/ref/fate/jpegls-3bpc
index 59c085a4b0..0e0c9af332 100644
--- a/tests/ref/fate/jpegls-3bpc
+++ b/tests/ref/fate/jpegls-3bpc
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 711x711
#sar 0: 0/1
-0, 0, 0, 1, 1516563, 0x8a30bd1d
+0, 0, 0, 1, 506545, 0xa6a17e71
diff --git a/tests/ref/fate/jpegls-5bpc b/tests/ref/fate/jpegls-5bpc
index 114f8e05db..954311bf52 100644
--- a/tests/ref/fate/jpegls-5bpc
+++ b/tests/ref/fate/jpegls-5bpc
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 711x711
#sar 0: 0/1
-0, 0, 0, 1, 1516563, 0xaf7085ce
+0, 0, 0, 1, 506545, 0x759a1ca3
diff --git a/tests/ref/fate/jpegls-7bpc b/tests/ref/fate/jpegls-7bpc
index 0fdfb8fab0..4c6b7f98b1 100644
--- a/tests/ref/fate/jpegls-7bpc
+++ b/tests/ref/fate/jpegls-7bpc
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 711x711
#sar 0: 0/1
-0, 0, 0, 1, 1516563, 0x9c0af8f1
+0, 0, 0, 1, 506545, 0x7c88a900
More information about the ffmpeg-cvslog
mailing list