summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-29 20:15:59 +0200
committerwm4 <wm4@nowhere>2017-07-29 20:15:59 +0200
commit37b7b32d6138842fb567fa8feeda14ff566bc57b (patch)
tree5298a4b79d62e5c228831f348067661b8220b435 /video/out/opengl/video.h
parent8494fdadaeb25b3c1a42c71559be5bd74d1d4638 (diff)
downloadmpv-37b7b32d6138842fb567fa8feeda14ff566bc57b.tar.bz2
mpv-37b7b32d6138842fb567fa8feeda14ff566bc57b.tar.xz
vo_opengl: manage scaler LUT textures via ra
Also fix the RA_CAP_ bitmask nonsense.
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index b19f6e099d..5b50cdd3f2 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -53,8 +53,7 @@ struct scaler {
double scale_factor;
bool initialized;
struct filter_kernel *kernel;
- GLuint gl_lut;
- GLenum gl_target;
+ struct ra_tex *lut;
struct fbotex sep_fbo;
bool insufficient;
int lut_size;