[FFmpeg-cvslog] regtest: remove redundant flags in jpg test

Mans Rullgard git at videolan.org
Mon May 9 04:48:12 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat May  7 13:52:04 2011 +0100| [fc7314b31c06e706da53d28b64e8459bb45d2756] | committer: Mans Rullgard

regtest: remove redundant flags in jpg test

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc7314b31c06e706da53d28b64e8459bb45d2756
---

 tests/lavf-regression.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index db3b6a6..7339c4e 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -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



More information about the ffmpeg-cvslog mailing list