From be510733523016aae7dca74bba6aa3b223c1fed6 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sat, 4 Mar 2017 23:57:31 +0000 Subject: ffmpeg: Enable generic hwaccel support for VAAPI (cherry picked from commit 62a1ef9f26c654a3e988aa465c4ac1d776c4c356) --- ffmpeg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ffmpeg.h') diff --git a/ffmpeg.h b/ffmpeg.h index 5c115cf9a3..231d362f5f 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -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); -- cgit v1.2.3