From f6ac2667e5a083132922df792c6c84bd20877ce0 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Mon, 12 Mar 2007 15:54:15 +0000 Subject: Remove -ab 64k from ffmpeg options, this is now default. patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/regression.sh b/tests/regression.sh index 336a3a414e..69b50b1a3e 100755 --- a/tests/regression.sh +++ b/tests/regression.sh @@ -114,7 +114,7 @@ fi # create the data directory if it does not exist mkdir -p $datadir -FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple -ab 64k" +FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple" do_ffmpeg() { -- cgit v1.2.3