]> git.sesse.net Git - mlt/commit
Use GL_RBGA8 as internal format.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 25 Jan 2014 18:34:11 +0000 (19:34 +0100)
committerDan Dennedy <dan@dennedy.org>
Mon, 27 Jan 2014 00:46:19 +0000 (16:46 -0800)
commitf30703f921a420282520d1d9237d1e37aa5ff95f
tree5c95cd9354086c590955cf132cc1085447c0d1fe
parent5a9b3541e147a343c998b286ada0c87293354d7c
Use GL_RBGA8 as internal format.

It is technically allowed to use GL_RGBA as internal format,
but then it is undefined whether you get 4-bit, 8-bit, 10-bit
or something else. Set it explicitly. (Since we give in a NULL
pointer, we can give whatever external format we want; just
hardcode it to GL_RGBA.)
src/modules/opengl/filter_glsl_manager.cpp