[FFmpeg-cvslog] fate: add -pix_fmt rgb48le to r210 test

Janne Grunau git at videolan.org
Fri Dec 16 01:32:12 CET 2011


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Thu Dec 15 15:44:38 2011 +0100| [ef5756aee0daeff2f212c86428d45d39bb54e289] | committer: Janne Grunau

fate: add -pix_fmt rgb48le to r210 test

Fixes checksum on big endian systems.

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

 tests/fate2.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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



More information about the ffmpeg-cvslog mailing list