diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-09-05 15:58:13 +0200 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-10-23 11:56:15 +0200 |
commit | 2b320318273b74df6e1b712fb33544d6a1b26be1 (patch) | |
tree | 0cc5c6a275835ef0d56d5b94a26c2287fd347fc0 /doc | |
parent | 3605b312f65c4a009301d2d165e2db8d68063acb (diff) | |
download | ffmpeg-2b320318273b74df6e1b712fb33544d6a1b26be1.tar.gz |
lavc: drop VDA
Deprecated (aka removed) in OSX 10.11, and we have a replacement for it
(VideoToolbox).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 0405d009b9..cdb3bc68ae 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -786,9 +786,6 @@ Do not use any hardware acceleration (the default). @item auto Automatically select the hardware acceleration method. -@item vda -Use Apple VDA hardware acceleration. - @item vdpau Use VDPAU (Video Decode and Presentation API for Unix) hardware acceleration. |