summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index d74f3cf576..4f0c535af7 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -126,7 +126,7 @@ struct gl_video_opts {
int dither_size;
int temporal_dither;
int temporal_dither_period;
- int fbo_format;
+ char *fbo_format;
int alpha_mode;
int use_rectangle;
struct m_color background;