Module: libav Branch: master Commit: bc5acfa7af01d7ac947159b3337d41692e29ee8a
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sun Sep 4 10:01:59 2011 +0200 fate: use +frame+slice named constants instead of '3' --- tests/fate-run.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index f623eec..56514c8 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -16,7 +16,7 @@ cmp=${6:-diff} ref=${7:-"${base}/ref/fate/${test}"} fuzz=$8 threads=${9:-1} -thread_type=${10:-3} +thread_type=${10:-frame+slice} outdir="tests/data/fate" outfile="${outdir}/${test}" _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
