diff options
author | Mans Rullgard <mans@mansr.com> | 2012-02-02 01:46:05 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-02-02 14:31:54 +0000 |
commit | 2c98f407c8803da3002747f3a8d43696e8744dc7 (patch) | |
tree | 91145485cc591b9ef97fa3468cd15286b80a97ce /tests/codec-regression.sh | |
parent | fcc518a024010d652fb8d216c1004afaf45b7346 (diff) | |
download | ffmpeg-2c98f407c8803da3002747f3a8d43696e8744dc7.tar.gz |
fate: make acodec-ac3_fixed test output raw AC3
There is no point in this test using the RM format.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/codec-regression.sh')
-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 faa61e65fb..21b53b7a63 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -295,7 +295,7 @@ $tiny_psnr $pcm_dst $pcm_ref 2 1924 fi if [ -n "$do_ac3_fixed" ] ; then -do_audio_encoding ac3.rm "-vn -acodec ac3_fixed" +do_audio_encoding ac3.ac3 "-vn -acodec ac3_fixed" # binaries configured with --disable-sse decode ac3 differently #do_audio_decoding #$tiny_psnr $pcm_dst $pcm_ref 2 1024 |