summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-23 19:45:16 +0200
committerwm4 <wm4@nowhere>2016-09-23 19:45:16 +0200
commit5f2822d5024d6de03b947cf081336ce329e3b15b (patch)
treee93a28273777a63c35825d0044b901b5ea138248
parent9664bc23d524031d6a14002295f8cf68fe0d4cc9 (diff)
downloadmpv-5f2822d5024d6de03b947cf081336ce329e3b15b.tar.bz2
mpv-5f2822d5024d6de03b947cf081336ce329e3b15b.tar.xz
vo_opengl: hwdec_rpi: remove copy&paste error
-rw-r--r--video/out/opengl/hwdec_rpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/hwdec_rpi.c b/video/out/opengl/hwdec_rpi.c
index 4cde8c5fbb..92269eab5b 100644
--- a/video/out/opengl/hwdec_rpi.c
+++ b/video/out/opengl/hwdec_rpi.c
@@ -39,7 +39,6 @@
struct priv {
struct mp_log *log;
- struct mp_vaapi_ctx *ctx;
struct mp_image_params params;