From b2ad2e2fd1a709039a6f5003a7621929b8f8106a Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Mar 2015 11:53:54 +0100 Subject: vo_opengl: minor fix to a comment --- video/out/gl_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video/out/gl_video.c b/video/out/gl_video.c index 6b4c22fe37..1f62de5687 100644 --- a/video/out/gl_video.c +++ b/video/out/gl_video.c @@ -832,9 +832,9 @@ static void finish_pass_direct(struct gl_video *p, GLint fbo, int vp_w, int vp_h // FBO, if the required parameters have changed // w, h: required FBO target dimension, and also defines the target rectangle // used for rasterization -// tex: the texture ID to load the result back into +// tex: the texture unit to load the result back into // flags: 0 or combination of FBOTEX_FUZZY_W/FBOTEX_FUZZY_H (setting the fuzzy -// flags allows the FBO to be larger than the target) +// flags allows the FBO to be larger than the w/h parameters) static void finish_pass_fbo(struct gl_video *p, struct fbotex *dst_fbo, int w, int h, int tex, int flags) { -- cgit v1.2.3