Browse Source

fate: fix r210 test on big endian

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Paul B Mahol Michael Niedermayer 14 years ago
parent
commit
9719528e05
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tests/codec-regression.sh

+ 2
- 2
tests/codec-regression.sh View File

@@ -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


Loading…
Cancel
Save