mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
43cd2d3225
commit
f6ac2667e5
|
@ -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…
Reference in New Issue