Commit f6ac2667 authored by Benoit Fouet's avatar Benoit Fouet Committed by Diego Biurrun

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
parent 43cd2d32
...@@ -114,7 +114,7 @@ fi ...@@ -114,7 +114,7 @@ fi
# create the data directory if it does not exist # create the data directory if it does not exist
mkdir -p $datadir 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() do_ffmpeg()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment