mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
tests/fate/image: add jpegls tests with restart markers
The samples have been generated with: jpeg -c -ls 0 -z 1 great_wave_128.ppm jpegls/ilv0_rst.jls jpeg -c -ls 1 -z 1 great_wave_128.ppm jpegls/ilv1_rst.jls Note: ilv2 is still unsupported
This commit is contained in:
@@ -384,6 +384,12 @@ 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
|
||||
|
||||
FATE_JPEGLS += fate-jpegls-ilv0-rst
|
||||
fate-jpegls-ilv0-rst: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/ilv0_rst.jls
|
||||
|
||||
FATE_JPEGLS += fate-jpegls-ilv1-rst
|
||||
fate-jpegls-ilv1-rst: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpegls/ilv1_rst.jls
|
||||
|
||||
FATE_JPEGLS-$(call DEMDEC, IMAGE2, JPEGLS) += $(FATE_JPEGLS)
|
||||
FATE_IMAGE_FRAMECRC += $(FATE_JPEGLS-yes)
|
||||
fate-jpegls: $(FATE_JPEGLS-yes)
|
||||
|
||||
6
tests/ref/fate/jpegls-ilv0-rst
Normal file
6
tests/ref/fate/jpegls-ilv0-rst
Normal file
@@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 128x88
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 33792, 0xca0c323c
|
||||
6
tests/ref/fate/jpegls-ilv1-rst
Normal file
6
tests/ref/fate/jpegls-ilv1-rst
Normal file
@@ -0,0 +1,6 @@
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 128x88
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 33792, 0x650630b1
|
||||
Reference in New Issue
Block a user