[MPlayer-cvslog] r25782 - trunk/libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Fri Jan 18 19:16:32 CET 2008
Author: reimar
Date: Fri Jan 18 19:16:32 2008
New Revision: 25782
Log:
Small typo in message
Modified:
trunk/libvo/vo_gl.c
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c (original)
+++ trunk/libvo/vo_gl.c Fri Jan 18 19:16:32 2008
@@ -686,7 +686,7 @@ static uint32_t get_image(mp_image_t *mp
BindBuffer(GL_PIXEL_UNPACK_BUFFER, 0);
if (mpi->planes[0] == NULL) {
if (!err_shown)
- mp_msg(MSGT_VO, MSGL_ERR, "[gl] could not aquire buffer for dr\n"
+ mp_msg(MSGT_VO, MSGL_ERR, "[gl] could not acquire buffer for dr\n"
"Expect a _major_ speed penalty\n");
err_shown = 1;
return VO_FALSE;
More information about the MPlayer-cvslog
mailing list