diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-03-24 02:02:33 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-05-11 15:00:03 +0200 |
commit | 1839fafa951308237c4672ffd9a94f927b26eac7 (patch) | |
tree | a8d6a0e348b2634343a62fb09524b7ebce4cf0c2 /doc | |
parent | 67afcefb35932b420998f6f3fda46c7c85848a3f (diff) | |
download | ffmpeg-1839fafa951308237c4672ffd9a94f927b26eac7.tar.gz |
avconv: Support VDA hwaccel
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index f3bb6050a8..6efec55978 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -580,6 +580,9 @@ 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. |