summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/hwdec.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-11-13 20:43:24 -0800
committersfan5 <sfan5@live.de>2022-11-15 16:33:12 +0100
commit25fa52d237ab24eae058270f983237d3b91c301e (patch)
tree6f6d3548fce29ef24abcfb1d40891b1649306675 /video/out/gpu/hwdec.h
parent38a626650ae9662f583d8a81cbefc4892c0e6dcf (diff)
downloadmpv-25fa52d237ab24eae058270f983237d3b91c301e.tar.bz2
mpv-25fa52d237ab24eae058270f983237d3b91c301e.tar.xz
vo: hwdec: remove legacy_names
These were introduced for configuration compatibility in 0.35 but we don't want to retain them past that point.
Diffstat (limited to 'video/out/gpu/hwdec.h')
-rw-r--r--video/out/gpu/hwdec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/gpu/hwdec.h b/video/out/gpu/hwdec.h
index b0013e8775..0dd2e14588 100644
--- a/video/out/gpu/hwdec.h
+++ b/video/out/gpu/hwdec.h
@@ -127,11 +127,6 @@ struct ra_hwdec_driver {
// hw_image==src==dst==NULL is passed to clear the overlay.
int (*overlay_frame)(struct ra_hwdec *hw, struct mp_image *hw_image,
struct mp_rect *src, struct mp_rect *dst, bool newframe);
-
- // Some interop backends have changed name over time. We record the old name
- // so that config files and command lines continue to work when they
- // reference the old name.
- const char *legacy_name;
};
extern const struct ra_hwdec_driver *const ra_hwdec_drivers[];