[FFmpeg-cvslog] fate: use +frame+slice named constants instead of '3'
Anton Khirnov
git at videolan.org
Mon Sep 5 22:55:41 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Sep 4 10:01:59 2011 +0200| [bc5acfa7af01d7ac947159b3337d41692e29ee8a] | committer: Anton Khirnov
fate: use +frame+slice named constants instead of '3'
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc5acfa7af01d7ac947159b3337d41692e29ee8a
---
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}"
More information about the ffmpeg-cvslog
mailing list