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
pull/126/head
Benoit Fouet 18 years ago committed by Diego Biurrun
parent 43cd2d3225
commit f6ac2667e5
  1. 2
      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()
{

Loading…
Cancel
Save