[FFmpeg-cvslog] fate: fix r210 test on big endian
Paul B Mahol
git at videolan.org
Sun Jan 29 03:39:55 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Jan 29 02:37:11 2012 +0000| [9719528e05eb076bd689e51bfc14a52d38e1d309] | committer: Michael Niedermayer
fate: fix r210 test on big endian
Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9719528e05eb076bd689e51bfc14a52d38e1d309
---
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
More information about the ffmpeg-cvslog
mailing list