From a796745fd272701c9ed435337a161f643d34a26a Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 4 Aug 2017 13:48:37 +0200 Subject: vo_opengl: make fbotex helper use ra Further work removing GL dependencies from the actual video renderer, and moving them into ra backends. Use of glInvalidateFramebuffer() falls away. I'd like to keep this, but it's better to readd it once shader runs are in ra. --- video/out/opengl/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/video.h') 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; -- cgit v1.2.3