projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43cd2d3
)
Remove -ab 64k from ffmpeg options, this is now default.
author
Benoit Fouet
<benoit.fouet@purplelabs.com>
Mon, 12 Mar 2007 15:54:15 +0000
(15:54 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 12 Mar 2007 15:54:15 +0000
(15:54 +0000)
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/regression.sh
patch
|
blob
|
history
diff --git
a/tests/regression.sh
b/tests/regression.sh
index 336a3a414e936e9007144786f78984a57e672624..69b50b1a3e9537e0360976e33e891576a336f2ac 100755
(executable)
--- 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()
{