[MPlayer-dev-eng] New stereo output mode for OpenGL video driver
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Fri Dec 23 23:43:14 CET 2011
On Sun, Dec 18, 2011 at 11:53:54PM +0100, Wolfgang Draxinger wrote:
> +static uint8_t const stipple_row_even[]={
Would be better as
"static const GLubyte ..."
IMHO (applies to all).
In addition, if you add one more row to this, you can use
stipple_row_even + 4 instead of stipple_row_odd.
> +static uint8_t const stipple_column_even[]={
> +static uint8_t const stipple_column_odd[]={
And I think via GL_UNPACK_LSB_FIRST you can get rid of one of these,
too.
More information about the MPlayer-dev-eng
mailing list