summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl2.c')
-rw-r--r--libvo/vo_gl2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index 0c744fd73e..6274cf27e9 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -531,7 +531,8 @@ static void drawTextureDisplay ()
glDrawTex(square->fx, square->fy, square->fw, square->fh,
0, 0, texture_width, texture_height,
- texture_width, texture_height, 0, image_format == IMGFMT_YV12);
+ texture_width, texture_height,
+ 0, image_format == IMGFMT_YV12, 0);
square++;
} /* for all texnumx */
} /* for all texnumy */