aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2016-06-03 20:06:29 +0200
committerGravatar wm4 <wm4@nowhere>2016-06-03 20:06:29 +0200
commit2179879172be97541ceffdd7d29cba09c1ca9629 (patch)
tree4ad51cbb5e266af3fe163eb29ac0ea424e60a9ef /video/out/opengl/video.h
parent2d76c145c35955c827e401b86d1f55fd9fa8d893 (diff)
vo_opengl: move struct lut3d definition
This was dumb. Also, lcms.h has actually no need to include video.h besides this and csputils.h (makes it slightly less entangled).
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index a4a9fb703b..026d18526d 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -35,11 +35,6 @@
#define TEXUNIT_3DLUT (TEXUNIT_SCALERS+SCALER_COUNT)
#define TEXUNIT_DITHER (TEXUNIT_3DLUT+1)
-struct lut3d {
- uint16_t *data;
- int size[3];
-};
-
struct scaler_fun {
char *name;
float params[2];