[FFmpeg-cvslog] r20057 - in trunk: Makefile tests/codec-regression.sh
Diego Biurrun
diego
Sun Sep 27 14:45:58 CEST 2009
On Sun, Sep 27, 2009 at 11:33:37AM +0200, stefano wrote:
>
> Log:
> Implement a lavfitest target for testing regressions in libavfilter.
> The target is disabled.
Why is the target disabled?
> --- trunk/tests/codec-regression.sh Sun Sep 27 10:16:50 2009 (r20056)
> +++ trunk/tests/codec-regression.sh Sun Sep 27 11:33:37 2009 (r20057)
> @@ -660,4 +660,42 @@ for pix_fmt in $conversions ; do
>
> +function do_lavfi() {
> + test_name=$1
> + eval test=\$do_$test_name
> + vfilters=$2
> +
> + if [ -n "$test" ] ; then
> + do_video_encoding ${test_name}.avi "-qscale 10" "-vcodec huffyuv -vfilters $vfilters"
> + fi
> +}
> +
> +function do_lavfi() {
> + test_name=$1
> + eval test=\$do_$test_name
> + vfilters=$2
> +
> + if [ -n "$test" ] ; then
> + do_video_encoding ${test_name}.avi "-qscale 10" "-vcodec huffyuv -vfilters $vfilters"
> + fi
> +}
Please check diffs before committing, it will spare you embarassment.
Diego
More information about the ffmpeg-cvslog
mailing list