[vlc-commits] Replaced tabs by spaces (opengl)
Laurent Aimar
git at videolan.org
Wed Sep 14 20:50:20 CEST 2011
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Sep 14 20:29:26 2011 +0200| [7064dbe4ed1916403c415e4ff3c51b19a234b39b] | committer: Laurent Aimar
Replaced tabs by spaces (opengl)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7064dbe4ed1916403c415e4ff3c51b19a234b39b
---
modules/video_output/opengl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index bc18a4a..3a6ae1f 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -509,7 +509,7 @@ picture_pool_t *vout_display_opengl_GetPool(vout_display_opengl_t *vgl, unsigned
for (int i = 0; i < VLCGL_TEXTURE_COUNT; i++) {
glGenTextures(vgl->chroma->plane_count, vgl->texture[i]);
for (unsigned j = 0; j < vgl->chroma->plane_count; j++) {
- uint8_t *buffer = NULL;
+ uint8_t *buffer = NULL;
if (vgl->use_multitexture)
vgl->ActiveTextureARB(GL_TEXTURE0_ARB + j);
glBindTexture(vgl->tex_target, vgl->texture[i][j]);
@@ -531,7 +531,7 @@ picture_pool_t *vout_display_opengl_GetPool(vout_display_opengl_t *vgl, unsigned
glEnable(GL_UNPACK_CLIENT_STORAGE_APPLE);
glPixelStorei(GL_UNPACK_CLIENT_STORAGE_APPLE, GL_TRUE);
- buffer = picture[i]->p[j].p_pixels;
+ buffer = picture[i]->p[j].p_pixels;
/* Use AGP texturing */
glTexParameteri(vgl->tex_target, GL_TEXTURE_STORAGE_HINT_APPLE,
More information about the vlc-commits
mailing list