regtest: remove redundant flags in jpg test
authorMans Rullgard <mans@mansr.com>
Sat, 7 May 2011 12:52:04 +0000 (13:52 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 8 May 2011 09:58:51 +0000 (10:58 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
tests/lavf-regression.sh

index db3b6a6..7339c4e 100755 (executable)
@@ -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