Commit ab5c38ec authored by Mans Rullgard's avatar Mans Rullgard

fate: remove unused code from regressions-funcs.sh

The only uses of the do_avconv_nomd5() function were removed in
85cf49fa.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 4b7304e8
...@@ -71,21 +71,6 @@ do_avconv() ...@@ -71,21 +71,6 @@ do_avconv()
fi 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() do_avconv_crc()
{ {
f="$1" f="$1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment