[FFmpeg-devel] [PATCH] fate: fix r210 test on big endian
Paul B Mahol
onemda at gmail.com
Sun Jan 29 03:37:11 CET 2012
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
tests/codec-regression.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 3a16a02..a81cb6e 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -320,8 +320,8 @@ do_video_decoding "" "-pix_fmt yuv420p"
fi
if [ -n "$do_r210" ] ; then
-do_video_encoding r210.avi "-an -c:v r210"
-do_video_decoding
+do_video_encoding r210.avi "-an -c:v r210 -pix_fmt rgb48le"
+do_video_decoding "" "-pix_fmt rgb48le"
fi
if [ -n "$do_v210" ] ; then
--
1.7.7
More information about the ffmpeg-devel
mailing list