Mans Rullgard | 4 Aug 2012 13:24

[PATCH] fate: force pix_fmt lagarith rgb32 test

This makes big and little endian systems use the same output
format.

Signed-off-by: Mans Rullgard <mans@...>
---
 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
 <at>  <at>  -2,7 +2,7  <at>  <at>  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
--

-- 
1.7.11.1

Luca Barbato | 4 Aug 2012 14:10
Picon
Favicon
Gravatar

Re: [PATCH] fate: force pix_fmt lagarith rgb32 test

On 08/04/2012 01:24 PM, Mans Rullgard wrote:
> This makes big and little endian systems use the same output
> format.

Ok

Gmane