diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-04-03 10:55:12 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-04-03 10:58:07 +0530 |
commit | 090dc381a19423b2a9f303d564afaff5f1db9a4b (patch) | |
tree | 39ee3fad55be2a6de455cb0389dce301c0c2d44a /doc | |
parent | af867e59d9ac3db5aaf7df4691f032e14ea51588 (diff) | |
download | ffmpeg-090dc381a19423b2a9f303d564afaff5f1db9a4b.tar.gz |
doc/ffmpeg: clarify what -hwaccels list indicates
Fixes #8204
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index a1820af2a9..9feabe6517 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1243,7 +1243,9 @@ by name, or it can create a new device as if were called immediately before. @item -hwaccels -List all hardware acceleration methods supported in this build of ffmpeg. +List all hardware acceleration components enabled in this build of ffmpeg. +Actual runtime availability depends on the hardware and its suitable driver +being installed. @end table |