diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-26 20:35:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-26 21:04:23 +0200 |
commit | 1edf33f7f26c6538ee6bdc479a78bb7cdcb6c3c9 (patch) | |
tree | 496d3dc83dea38cd5e326052c7f49012c77e3364 /tests | |
parent | d5a3635b2cb89c1d31b68bcb049c47c8d59e99fb (diff) | |
download | ffmpeg-1edf33f7f26c6538ee6bdc479a78bb7cdcb6c3c9.tar.gz |
ffmpeg: fix -b -ab mixes with -b overriding the audio bitrate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/codec-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index cffe2439da..3665b12057 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -300,7 +300,7 @@ do_audio_encoding ac3.rm "-vn -acodec ac3_fixed" fi if [ -n "$do_g726" ] ; then -do_audio_encoding g726.wav "-b 32k -ac 1 -ar 8000 -acodec g726" +do_audio_encoding g726.wav "-b:a 32k -ac 1 -ar 8000 -acodec g726" do_audio_decoding fi |