Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2011-12-15 18:44:38 +0400
committerJanne Grunau <janne-libav@jannau.net>2011-12-15 18:56:15 +0400
commitef5756aee0daeff2f212c86428d45d39bb54e289 (patch)
tree3fbbd06b7752bbd1ca74ef683dcdd72815c296d8 /tests
parentbd2ff1a8bc01668b66314c20494c839f774de38e (diff)
fate: add -pix_fmt rgb48le to r210 test
Fixes checksum on big endian systems.
Diffstat (limited to 'tests')
-rw-r--r--tests/fate2.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak
index 24097b0e86..e78a8a3231 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