[FFmpeg-cvslog] fate: Explicitly use gray16le in fate-sgi-gray16

Martin Storsjö git at videolan.org
Tue Apr 1 21:09:13 CEST 2014


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Apr  1 09:50:09 2014 +0300| [66d04c068a30751750818dcfbb6555ab74eb3f6d] | committer: Martin Storsjö

fate: Explicitly use gray16le in fate-sgi-gray16

This fixes the test on big endian.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=66d04c068a30751750818dcfbb6555ab74eb3f6d
---

 tests/fate/image.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 3bbe67b..b1ddce1 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



More information about the ffmpeg-cvslog mailing list