[FFmpeg-cvslog] fate: remove unused code from regressions-funcs.sh
Mans Rullgard
git at videolan.org
Sat May 19 01:00:09 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri May 18 11:43:07 2012 +0100| [ab5c38ec454c387090ab45082ab7f006f7ef0ccb] | committer: Mans Rullgard
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 at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab5c38ec454c387090ab45082ab7f006f7ef0ccb
---
tests/regression-funcs.sh | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index c6ca00b..8219e54 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"
More information about the ffmpeg-cvslog
mailing list