diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 19:34:48 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 19:34:48 +0000 |
commit | 77f66963b08d3c89c997169581eedbd3fbb0e8aa (patch) | |
tree | 2984fa52a5ba863ffc218820225eb020ad35b85c /tests/codec-regression.sh | |
parent | 13547dd11fb16f1278857a2d7b2cbc9a9f3e6ecb (diff) | |
download | ffmpeg-77f66963b08d3c89c997169581eedbd3fbb0e8aa.tar.gz |
Split codec-regression.sh again and create a lavfi-regression.sh for
running the libavfilter tests.
Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-x | tests/codec-regression.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index cbc82cf13d..ca88bbb89f 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -342,26 +342,4 @@ do_audio_enc_dec wav s16 pcm_zork do_audio_enc_dec 302 s16 pcm_s24daud "-ac 6 -ar 96000" fi -# libavfilter testing - -do_lavfi() { - test_name=$1 - eval test=\$do_$test_name - vfilters=$2 - - if [ -n "$test" ] ; then - do_video_encoding ${test_name}.avi "" "-vcodec rawvideo -vfilters $vfilters" - fi -} - -# example tests: -# do_lavfi "crop" "crop=100:100:-1:-1" -# do_lavfi "crop_scale" "crop=100:100,scale=200:-1" -# do_lavfi "scale" "scale=200:200" - -# TODO: add tests for -# direct rendering, -# slices -# chains with feedback loops - rm -f "$bench" "$bench2" |