summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_opengl.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-09-23 18:19:29 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-09-23 18:19:29 +0100
commit81e0d9f0ddaa5465cf8f9ec5ca2aad7df8d3b4ab (patch)
treef6c25b308dfd61acb8e5cd687a68f2f580d28ec6 /src/video_out/video_out_opengl.c
parent486fe1fc46d5f5a87696488184de7b7a5a9cb857 (diff)
parent4100ae40f29ee52181e927a8976b04614f6e1620 (diff)
downloadxine-lib-81e0d9f0ddaa5465cf8f9ec5ca2aad7df8d3b4ab.tar.gz
xine-lib-81e0d9f0ddaa5465cf8f9ec5ca2aad7df8d3b4ab.tar.bz2
Merge from 1.1.
Diffstat (limited to 'src/video_out/video_out_opengl.c')
-rw-r--r--src/video_out/video_out_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c
index 1840dabf1..2028cd999 100644
--- a/src/video_out/video_out_opengl.c
+++ b/src/video_out/video_out_opengl.c
@@ -960,7 +960,7 @@ static int render_setup_fp_yuv (opengl_driver_t *this) {
glGetIntegerv (MYGL_PROGRAM_ERROR_POSITION_ARB, &errorpos);
if (errorpos != -1)
xprintf (this->xine, XINE_VERBOSITY_NONE,
- "video_out_opengl: fragprog_yuv errorpos %d begining with '%.20s'. Ask a wizard.\n",
+ "video_out_opengl: fragprog_yuv errorpos %d beginning with '%.20s'. Ask a wizard.\n",
errorpos, fragprog_yuv+errorpos);
glEnable (MYGL_FRAGMENT_PROGRAM_ARB);