diff options
author | wm4 <wm4@nowhere> | 2017-10-09 18:53:32 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-10-09 18:53:32 +0200 |
commit | b43bf12fa6717a748168a82f02a268cf28907c3b (patch) | |
tree | 005638bd4412a828bd741a76bf5ac3033e169fa1 /video/out | |
parent | c6e7ced7f46876fa34f85a09858e0d4cc495ec8a (diff) | |
download | mpv-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.
Diffstat (limited to 'video/out')
-rw-r--r-- | video/out/vo_gpu.c | 1 |
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, }; |