diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-19 18:34:48 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-19 18:34:48 +0100 |
commit | 33dc6fcc4c7796b34c6de5cdc000a0cfd94eb34a (patch) | |
tree | 911256b79006ef73957482d22651f1b5bd5fbc96 | |
parent | ed223eeab34c251856e17440ff17a1faaf4f2560 (diff) | |
parent | 963b3ab11f98fcc4a311f0dc7b268890c5675da2 (diff) | |
download | ffmpeg-33dc6fcc4c7796b34c6de5cdc000a0cfd94eb34a.tar.gz |
Merge commit '963b3ab11f98fcc4a311f0dc7b268890c5675da2'
* commit '963b3ab11f98fcc4a311f0dc7b268890c5675da2':
doc: Document FATE option HWACCEL
Merged-by: Clément Bœsch <u@pkh.me>
-rw-r--r-- | doc/fate.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index 353443a17b..7a96c25c72 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -197,6 +197,11 @@ through @command{ssh}. @item GEN Set to @samp{1} to generate the missing or mismatched references. + +@item HWACCEL +Specify which hardware acceleration to use while running regression tests, +by default @samp{none} is used. + @end table @section Examples |