[MPlayer-dev-eng] Proof of concept OpenGL video output utlizing GPU for colorspace conversion

Jim Hawkins mplayer at jawkins.com
Wed May 26 13:04:47 CEST 2004


On Mon, 24 May 2004, malc wrote:

> At http://www.boblycat.org/~malc/code/patches/mplayer/index.html you
> will find a patch against CVS version of MPlayer, implementing GPU based
> I420->RGB conversion. Patch relies on OpenGL(+extensions) and SDL.

Found a bug which causes it to not work with gcc 2.95.3.

In libvo/vo_gl3.c:config()
    GLvoid *d[4];
    d[0] = NULL;
    d[1] = NULL;
    d[2] = NULL;
    d[4] = NULL;

I'm guessing that last one should be d[3] = NULL;

Jim




More information about the MPlayer-dev-eng mailing list