From: Janne Grunau Date: Thu, 15 Dec 2011 14:44:38 +0000 (+0100) Subject: fate: add -pix_fmt rgb48le to r210 test X-Git-Tag: v0.8b1~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef5756aee0daeff2f212c86428d45d39bb54e289;p=platform%2Fupstream%2Flibav.git fate: add -pix_fmt rgb48le to r210 test Fixes checksum on big endian systems. --- diff --git a/tests/fate2.mak b/tests/fate2.mak index 24097b0..e78a8a3 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -114,4 +114,4 @@ fate-v410enc: tests/vsynth1/00.pgm fate-v410enc: CMD = md5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -flags +bitexact -vcodec v410 -f avi FATE_TESTS += fate-r210 -fate-r210: CMD = framecrc -i $(SAMPLES)/r210/r210.avi +fate-r210: CMD = framecrc -i $(SAMPLES)/r210/r210.avi -pix_fmt rgb48le