Commit 9719528e authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

fate: fix r210 test on big endian

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 931ec4a2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment