diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-01-14 01:58:38 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-01-14 01:58:38 +0000 |
commit | e03c822afdc04a885daab3dd0c8a6f3e37824039 (patch) | |
tree | cbb4e2cab64a11a7069ae16776600693aabdf860 /tests/regression.sh | |
parent | 45e63d13d5a6fb80374d1ac893f85b63ec086c2d (diff) | |
download | ffmpeg-e03c822afdc04a885daab3dd0c8a6f3e37824039.tar.gz |
split snow53 test out
Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/regression.sh')
-rwxr-xr-x | tests/regression.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/regression.sh b/tests/regression.sh index 7dac151d04..d586eecc71 100755 --- a/tests/regression.sh +++ b/tests/regression.sh @@ -38,6 +38,8 @@ elif [ "$1" = "mpeg2thread" ] ; then do_mpeg2thread=y elif [ "$1" = "snow" ] ; then do_snow=y +elif [ "$1" = "snowll" ] ; then + do_snowll=y elif [ "$1" = "libavtest" ] ; then do_libav=y logfile="$datadir/libav.regression" @@ -76,6 +78,7 @@ else do_error=y do_svq1=y do_snow=y + do_snowll=y do_adpcm_yam=y do_dv=y fi @@ -453,7 +456,10 @@ do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -qscale 2 - # snow decoding do_ffmpeg $raw_dst -y -i $file -f rawvideo $raw_dst +fi +################################### +if [ -n "$do_snowll" ] ; then # snow encoding file=${outfile}snow53.avi do_ffmpeg $file -y -strict -2 -f pgmyuv -i $raw_src -an -vcodec snow -pred 1 -flags +mv4+qpel $file |