diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-03-04 23:57:31 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-06-14 22:26:32 +0100 |
commit | be510733523016aae7dca74bba6aa3b223c1fed6 (patch) | |
tree | b7e387299f3ff16e247f31bd5dae854f1305cd21 /ffmpeg.h | |
parent | 06043cc0bc72b530db352a67776392cf61a54104 (diff) | |
download | ffmpeg-be510733523016aae7dca74bba6aa3b223c1fed6.tar.gz |
ffmpeg: Enable generic hwaccel support for VAAPI
(cherry picked from commit 62a1ef9f26c654a3e988aa465c4ac1d776c4c356)
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -665,8 +665,6 @@ int dxva2_init(AVCodecContext *s); int vda_init(AVCodecContext *s); int videotoolbox_init(AVCodecContext *s); int qsv_init(AVCodecContext *s); -int vaapi_decode_init(AVCodecContext *avctx); -int vaapi_device_init(const char *device); int cuvid_init(AVCodecContext *s); HWDevice *hw_device_get_by_name(const char *name); |