Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-06 17:59:24 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-07 13:50:18 +0400
commit796097c69666753c9f49de56f1e44c00fd7ca2f9 (patch)
treef029f474db3b3df0da315eb66c2b1d1ca4fda8f6 /tests/regression-funcs.sh
parentecd7455e9626cdc38e7471ce938a8640bab688fa (diff)
Add tests for audio encoders: aac, dca, ra144 and nellymoser.
The PSNR values are of varying usefulness, though at least the DTS and AAC ones are useful with the right shift value. Note: due to usage of floats some of these may fail on other architectures. In that case they should be converted into a CMD = stddev FATE test, but it seems useful to try this way first. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-xtests/regression-funcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index 7244b6614e..0e6d64aa26 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -120,5 +120,5 @@ do_audio_encoding()
do_audio_decoding()
{
- do_avconv $pcm_dst $DEC_OPTS -i $target_path/$file -sample_fmt s16 -f wav
+ do_avconv $pcm_dst $DEC_OPTS -i $target_path/$file -sample_fmt s16 -f wav $1
}