mirror of https://git.ffmpeg.org/ffmpeg.git
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>
This commit is contained in:
parent
4b7304e80d
commit
ab5c38ec45
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue