You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
regtest: remove redundant flags in jpg test
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -168,7 +168,7 @@ do_image_formats sgi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$do_jpg" ] ; then
|
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
|
fi
|
||||||
|
|
||||||
if [ -n "$do_pcx" ] ; then
|
if [ -n "$do_pcx" ] ; then
|
||||||
|
Reference in New Issue
Block a user