diff options
author | Martin Storsjö | 2014-01-10 16:05:10 +0200 |
---|---|---|
committer | Martin Storsjö | 2014-01-10 18:05:40 +0200 |
commit | f8558780bbbbba05f4724772b27152f257cb7b05 (patch) | |
tree | 1909fd9c9044fab55e9d426f6d8fa49ee01bfe8d /tests | |
parent | 02b9fafcca581158444e480b6c46fed704e24535 (diff) |
fate: Explicitly specify the rgb555le pixel format for the mss2 rgb555 tests
This fixes these fate tests on big endian.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/microsoft.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index db8da81c35..ea41c421c4 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -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 |