Skip to content

opengl: cleanup interop

Romain Vimont requested to merge rom1v/vlc:opengl_interop into master

Make opengl_interop_init_impl static (reorder some functions beforehand to avoid forward declaration) and rename internal.h to interop_sw.h (it only contains headers for functions from interop_sw.c).

Merge request reports