diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-06-14 20:27:31 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-06-14 21:21:06 +0200 |
commit | d2d193c9b6963f3041ee0037c791c44453b845a0 (patch) | |
tree | baddc04a1afbb6810e74ddf9c3c08e0a1bce7c92 /doc | |
parent | d1beee0701a41dd5716427060579b10c00c685be (diff) | |
download | ffmpeg-d2d193c9b6963f3041ee0037c791c44453b845a0.tar.gz |
doc: document THREAD_TYPE fate variable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fate.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index 4b0250582b..975f40a6c4 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -78,6 +78,9 @@ meaning only while running the regression tests. @item THREADS Specify how many threads to use while running regression tests, it is quite useful to detect thread-related regressions. +@item THREAD_TYPE +Specify which threading strategy test, either @var{slice} or @var{frame}, +by default @var{slice+frame} @item CPUFLAGS Specify a mask to be applied to autodetected CPU flags. @item TARGET_EXEC |