diff options
author | Mans Rullgard <mans@mansr.com> | 2012-08-04 12:24:23 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-08-04 14:15:45 +0100 |
commit | 73486e3b612aa07b94f1b5ad9c11d7450841ce1b (patch) | |
tree | 158fb7fd8de0f6454e6af2d37a6764e9c2bf1381 | |
parent | c5d5d178800daf6ea22530cfc9a5f5f0036d6f1a (diff) | |
download | ffmpeg-73486e3b612aa07b94f1b5ad9c11d7450841ce1b.tar.gz |
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@mansr.com>
-rw-r--r-- | tests/fate/lossless-video.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/lossless-video.mak b/tests/fate/lossless-video.mak index 2ac3dd3478..0a6b544531 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 |