summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 29564f6a3d..15dd1f8bfa 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -196,7 +196,7 @@ void glUploadTex(GLenum target, GLenum format, GLenum type,
int x, int y, int w, int h, int slice);
void glDrawTex(GLfloat x, GLfloat y, GLfloat w, GLfloat h,
GLfloat tx, GLfloat ty, GLfloat tw, GLfloat th,
- int sx, int sy, int rect_tex, int is_yv12);
+ int sx, int sy, int rect_tex, int is_yv12, int flip);
/** \addtogroup glconversion
* \{ */