mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
fate: fix MSS2 tests on big endian
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c47fc0339a
commit
34e90b2e6d
@ -8,10 +8,10 @@ FATE_MSS2 += fate-mss2-pals
|
||||
fate-mss2-pals: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rlepals.wmv
|
||||
|
||||
FATE_MSS2 += fate-mss2-rgb555
|
||||
fate-mss2-rgb555: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rle555.wmv
|
||||
fate-mss2-rgb555: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rle555.wmv -pix_fmt rgb555le
|
||||
|
||||
FATE_MSS2 += fate-mss2-rgb555s
|
||||
fate-mss2-rgb555s: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rle555s.wmv
|
||||
fate-mss2-rgb555s: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/rle555s.wmv -pix_fmt rgb555le
|
||||
|
||||
FATE_MSS2 += fate-mss2-wmv
|
||||
fate-mss2-wmv: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/msscreencodec.wmv -an -frames 100
|
||||
|
Loading…
Reference in New Issue
Block a user