[FFmpeg-cvslog] fate: force pix_fmt in lagarith-rgb32 test
Mans Rullgard
git at videolan.org
Sat Aug 4 23:54:14 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Aug 4 12:24:23 2012 +0100| [73486e3b612aa07b94f1b5ad9c11d7450841ce1b] | committer: Mans Rullgard
fate: force pix_fmt in lagarith-rgb32 test
This makes big and little endian systems use the same output
format.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73486e3b612aa07b94f1b5ad9c11d7450841ce1b
---
tests/fate/lossless-video.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/lossless-video.mak b/tests/fate/lossless-video.mak
index 2ac3dd3..0a6b544 100644
--- a/tests/fate/lossless-video.mak
+++ b/tests/fate/lossless-video.mak
@@ -2,7 +2,7 @@ FATE_LAGARITH += fate-lagarith-rgb24
fate-lagarith-rgb24: CMD = framecrc -i $(SAMPLES)/lagarith/lag-rgb24.avi
FATE_LAGARITH += fate-lagarith-rgb32
-fate-lagarith-rgb32: CMD = framecrc -i $(SAMPLES)/lagarith/lag-rgb32.avi
+fate-lagarith-rgb32: CMD = framecrc -i $(SAMPLES)/lagarith/lag-rgb32.avi -pix_fmt bgra
FATE_LAGARITH += fate-lagarith-yuy2
fate-lagarith-yuy2: CMD = framecrc -i $(SAMPLES)/lagarith/lag-yuy2.avi
More information about the ffmpeg-cvslog
mailing list