summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-09-05 15:58:13 +0200
committerClément Bœsch <cboesch@gopro.com>2017-10-23 11:56:15 +0200
commit2b320318273b74df6e1b712fb33544d6a1b26be1 (patch)
tree0cc5c6a275835ef0d56d5b94a26c2287fd347fc0 /fftools/ffmpeg.h
parent3605b312f65c4a009301d2d165e2db8d68063acb (diff)
lavc: drop VDA
Deprecated (aka removed) in OSX 10.11, and we have a replacement for it (VideoToolbox).
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 888f77223a..0db481d747 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -63,7 +63,6 @@ enum HWAccelID {
HWACCEL_AUTO,
HWACCEL_VDPAU,
HWACCEL_DXVA2,
- HWACCEL_VDA,
HWACCEL_VIDEOTOOLBOX,
HWACCEL_QSV,
HWACCEL_VAAPI,
@@ -661,7 +660,6 @@ int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame);
int ffmpeg_parse_options(int argc, char **argv);
-int vda_init(AVCodecContext *s);
int videotoolbox_init(AVCodecContext *s);
int qsv_init(AVCodecContext *s);
int cuvid_init(AVCodecContext *s);