summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2018-08-08 22:17:49 +0200
committerDiego Biurrun <diego@biurrun.de>2019-02-16 18:15:11 +0100
commita70eac7a9b193e8434b5bed90bd72aa4cb688363 (patch)
treedcded6f244f831ee26dd2e91894d0f5305a6d872 /tests/lavf-regression.sh
parent5846b496f0a1dd5be4ef714622940674305ec00f (diff)
tests: Convert image2pipe tests to non-legacy test scripts
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 4161e375ee..fecc36c0fd 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -19,13 +19,6 @@ do_lavf()
do_avconv_crc $file $DEC_OPTS -i $target_path/$file $4
}
-do_streamed_images()
-{
- file=${outfile}${1}pipe.$1
- do_avconv $file $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src -f image2pipe $ENC_OPTS -t 1 -qscale 10
- do_avconv_crc $file $DEC_OPTS -f image2pipe -i $target_path/$file
-}
-
do_image_formats()
{
outfile="$datadir/images/$1/"
@@ -109,18 +102,6 @@ fi
#do_avconv $file -t 1 -qscale 10 -f image2 -c:v pgmyuv -i $raw_src
#do_avconv_crc $file -i $target_path/$file
-if [ -n "$do_pbmpipe" ] ; then
-do_streamed_images pbm
-fi
-
-if [ -n "$do_pgmpipe" ] ; then
-do_streamed_images pgm
-fi
-
-if [ -n "$do_ppmpipe" ] ; then
-do_streamed_images ppm
-fi
-
if [ -n "$do_gif" ] ; then
file=${outfile}lavf.gif
do_avconv $file $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $ENC_OPTS -t 1 -qscale 10 -pix_fmt rgb24