summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-09 18:53:32 +0200
committerwm4 <wm4@nowhere>2017-10-09 18:53:32 +0200
commitb43bf12fa6717a748168a82f02a268cf28907c3b (patch)
tree005638bd4412a828bd741a76bf5ac3033e169fa1
parentc6e7ced7f46876fa34f85a09858e0d4cc495ec8a (diff)
downloadmpv-b43bf12fa6717a748168a82f02a268cf28907c3b.tar.bz2
mpv-b43bf12fa6717a748168a82f02a268cf28907c3b.tar.xz
vo_gpu: remove duplicated options
All these options (like --gpu-context etc.) were duplicated. It's amazing that it didn't cause more problems than it did.
-rw-r--r--video/out/vo_gpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo_gpu.c b/video/out/vo_gpu.c
index a26912e0d8..d05cfa8578 100644
--- a/video/out/vo_gpu.c
+++ b/video/out/vo_gpu.c
@@ -376,5 +376,4 @@ const struct vo_driver video_out_opengl = {
.uninit = uninit,
.priv_size = sizeof(struct gpu_priv),
.priv_defaults = &defaults,
- .options = options,
};