summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-29 02:37:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2012-01-29 03:36:22 +0100
commit9719528e05eb076bd689e51bfc14a52d38e1d309 (patch)
tree4c15052794b59a9dc7d9c4d3158537fcbc2d1653 /tests
parent931ec4a2f64143c7029bc8699534268ae0a8946e (diff)
fate: fix r210 test on big endian
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/codec-regression.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 3a16a02cdb..a81cb6ef97 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