[SCM] libav/experimental: fate: Explicitly use gray16le in fate-sgi-gray16

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:34 UTC 2014


The following commit has been merged in the experimental branch:
commit 66d04c068a30751750818dcfbb6555ab74eb3f6d
Author: Martin Storsjö <martin at martin.st>
Date:   Tue Apr 1 09:50:09 2014 +0300

    fate: Explicitly use gray16le in fate-sgi-gray16
    
    This fixes the test on big endian.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list