regtest: remove redundant flags in jpg test

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2011-05-07 13:52:04 +01:00
parent 765f72f8c4
commit fc7314b31c
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ do_image_formats sgi
fi
if [ -n "$do_jpg" ] ; then
do_image_formats jpg "-flags +bitexact -dct fastint -idct simple -pix_fmt yuvj420p" "-f image2"
do_image_formats jpg "-pix_fmt yuvj420p" "-f image2"
fi
if [ -n "$do_pcx" ] ; then