You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
fate: Explicitly use gray16le in fate-sgi-gray16
This fixes the test on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -66,7 +66,7 @@ FATE_SGI += fate-sgi-gray
|
|||||||
fate-sgi-gray: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_gray.sgi -pix_fmt gray
|
fate-sgi-gray: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_gray.sgi -pix_fmt gray
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-gray16
|
FATE_SGI += fate-sgi-gray16
|
||||||
fate-sgi-gray16: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_gray16.sgi -pix_fmt gray16
|
fate-sgi-gray16: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_gray16.sgi -pix_fmt gray16le
|
||||||
|
|
||||||
FATE_SGI += fate-sgi-rgb24
|
FATE_SGI += fate-sgi-rgb24
|
||||||
fate-sgi-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgb24.sgi -pix_fmt rgb24
|
fate-sgi-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgb24.sgi -pix_fmt rgb24
|
||||||
|
Reference in New Issue
Block a user