opengl: move interop functions to interop.c
commit4dd4da4a840002ae82f5a3d2231c2a00232484a4
authorRomain Vimont <rom1v@videolabs.io>
Mon, 27 Jan 2020 13:34:46 +0000 (27 14:34 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Feb 2020 22:11:21 +0000 (13 23:11 +0100)
tree84f9203d98c79acf333beaa3b4f0ca9b164b759e
parent03db0b97ea78e3092b07344ff10fb688eb7071b2
opengl: move interop functions to interop.c

The functions GenerateTextures() and DeleteTextures() apply to interop,
move them to the relevant file.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/opengl/interop.c
modules/video_output/opengl/vout_helper.c