aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2020-04-13 16:33:21 +0100
committerMark Thompson <sw@jkqxz.net>2020-04-26 18:38:25 +0100
commit79c173cc1900c735b1e256f5755b3e434a080a4f (patch)
tree9bb8fdd3d996f43cf3f5f5e851595e380c62c46e /fftools/ffmpeg.h
parent8abd3b202821e9c491f44d097686402aafdda7c5 (diff)
downloadffmpeg-79c173cc1900c735b1e256f5755b3e434a080a4f.tar.gz
ffmpeg: Remove the hw_device_ctx global
The ad-hoc libmfx setup code is the only place its still used, so move it into that file.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 43b5040f73..98700f24e5 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -615,7 +615,6 @@ extern const AVIOInterruptCB int_cb;
extern const OptionDef options[];
extern const HWAccel hwaccels[];
-extern AVBufferRef *hw_device_ctx;
#if CONFIG_QSV
extern char *qsv_device;
#endif