| Index: source/patched-ffmpeg-mt/tests/codec-regression.sh
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/tests/codec-regression.sh (revision 59334)
|
| +++ source/patched-ffmpeg-mt/tests/codec-regression.sh (working copy)
|
| @@ -248,6 +248,11 @@
|
| do_video_decoding "" "-pix_fmt yuv420p"
|
| fi
|
|
|
| +if [ -n "$do_qtrle" ] ; then
|
| +do_video_encoding qtrle.mov "" ""
|
| +do_video_decoding "" ""
|
| +fi
|
| +
|
| if [ -n "$do_rgb" ] ; then
|
| do_video_encoding rgb.avi "" "-an -vcodec rawvideo -pix_fmt bgr24"
|
| do_video_decoding "" "-pix_fmt yuv420p"
|
|
|