summaryrefslogtreecommitdiff
path: root/tests/regression-funcs.sh
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-18 11:43:07 +0100
committerMans Rullgard <mans@mansr.com>2012-05-18 14:00:36 +0100
commitab5c38ec454c387090ab45082ab7f006f7ef0ccb (patch)
treec5a2d750e59577451a88e8470e6e3940077fc1e4 /tests/regression-funcs.sh
parent4b7304e80d5f4312e34a748e6c34eb6a7346af7b (diff)
fate: remove unused code from regressions-funcs.sh
The only uses of the do_avconv_nomd5() function were removed in 85cf49f. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-xtests/regression-funcs.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index c6ca00b2aa..8219e54a9c 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -71,21 +71,6 @@ do_avconv()
fi
}
-do_avconv_nomd5()
-{
- f="$1"
- shift
- set -- $* ${target_path}/$f
- run_avconv $*
- if [ $f = $raw_dst ] ; then
- $tiny_psnr $f $raw_ref
- elif [ $f = $pcm_dst ] ; then
- $tiny_psnr $f $pcm_ref 2
- else
- echo $(wc -c $f)
- fi
-}
-
do_avconv_crc()
{
f="$1"