Mercurial > mplayer.hg
view libvo/gl_common.h @ 13673:2299f20215a4
Fix segfault for unexistant/unreachable rtsp streams
author | rtognimp |
---|---|
date | Mon, 18 Oct 2004 18:51:35 +0000 |
parents | 799f81d3cb19 |
children | 3f28d2a56758 |
line wrap: on
line source
#ifndef __GL_COMMON_H__ #define __GL_COMMON_H__ #include <GL/gl.h> void glAdjustAlignment(int stride); #endif