mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 07:20:45 +00:00
fate/fits: Fix tests on BE
The fits decoder decodes to native pixel formats; so the fitsdec-gbrap16be fate test failed on BE despite its name because the reference file is LE. This patch fixes this by forcing a pixel format; the forced pixel format is BE, causing a change in the reference file. The fitsdec-gbrp16be test was not affected, because its source file (lena-rgb48.png from tne FATE suite) is actually biendian (as if someone had multiplied 8bit content by 257...). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
579868f810
commit
098f5e2634
@ -28,7 +28,7 @@ fate-fitsdec-multi: tests/data/fits-multi.fits
|
||||
fate-fitsdec-multi: CMD = framecrc -i $(TARGET_PATH)/tests/data/fits-multi.fits -pix_fmt gbrap
|
||||
|
||||
fate-fitsdec%: PIXFMT = $(word 3, $(subst -, ,$(@)))
|
||||
fate-fitsdec%: CMD = transcode image2 $(TARGET_SAMPLES)/png1/lena-$(fits-png-map-$(PIXFMT)).png fits "-vf scale -pix_fmt $(PIXFMT)"
|
||||
fate-fitsdec%: CMD = transcode image2 $(TARGET_SAMPLES)/png1/lena-$(fits-png-map-$(PIXFMT)).png fits "-vf scale -pix_fmt $(PIXFMT)" "-vf scale -pix_fmt $(PIXFMT)"
|
||||
|
||||
FATE_FITS_DEC_PIXFMT = gray gbrp gbrp16be gbrap16be
|
||||
FATE_FITS_DEC-$(call TRANSCODE, FITS, FITS, IMAGE2_DEMUXER PNG_DECODER SCALE_FILTER) += $(FATE_FITS_DEC_PIXFMT:%=fate-fitsdec-%)
|
||||
|
@ -5,4 +5,4 @@
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 128x128
|
||||
#sar 0: 0/1
|
||||
0, 0, 0, 1, 131072, 0x487894b2
|
||||
0, 0, 0, 1, 131072, 0xebb194b2
|
||||
|
Loading…
Reference in New Issue
Block a user