diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-10 05:51:15 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-10 05:51:15 +0100 |
commit | 34e90b2e6d66c511bea872bcb3a0e34b482b8c17 (patch) | |
tree | bb0764a717b51a09167216dbfcd1dbaf5ca285d4 /tests | |
parent | c47fc0339a7fae6a39508dd3f7fbcac5cf27fda8 (diff) | |
download | ffmpeg-34e90b2e6d66c511bea872bcb3a0e34b482b8c17.tar.gz |
fate: fix MSS2 tests on big endian
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 0afb282591..27e46db9d6 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 |