diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-18 11:43:07 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-18 14:00:36 +0100 |
commit | ab5c38ec454c387090ab45082ab7f006f7ef0ccb (patch) | |
tree | c5a2d750e59577451a88e8470e6e3940077fc1e4 | |
parent | 4b7304e80d5f4312e34a748e6c34eb6a7346af7b (diff) | |
download | ffmpeg-ab5c38ec454c387090ab45082ab7f006f7ef0ccb.tar.gz |
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>
-rwxr-xr-x | tests/regression-funcs.sh | 15 |
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" |