diff options
author | Martin Storsjö <martin@martin.st> | 2014-04-01 09:50:09 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-04-01 12:05:15 +0300 |
commit | 66d04c068a30751750818dcfbb6555ab74eb3f6d (patch) | |
tree | 06808caeb892bf2e6b579b452c64f0d3da5f1df6 | |
parent | 55c6e59906ab51dd7fd1290e502f26802516f8c7 (diff) | |
download | ffmpeg-66d04c068a30751750818dcfbb6555ab74eb3f6d.tar.gz |
fate: Explicitly use gray16le in fate-sgi-gray16
This fixes the test on big endian.
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | tests/fate/image.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 3bbe67bc60..b1ddce1ed2 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -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 += 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-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgb24.sgi -pix_fmt rgb24 |