opengl: expose GetAlignedSize()
commitb2d300c68a74fbec5118e3602e8ea0f9006b5eac
authorRomain Vimont <rom1v@videolabs.io>
Tue, 21 Jan 2020 12:43:58 +0000 (21 13:43 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Feb 2020 22:11:21 +0000 (13 23:11 +0100)
treefa94a7f8765a8f7831c8ac3463705f95374e1e4b
parenta2c2650b22cf907ec9e919ba53a9ed446a2b9ac9
opengl: expose GetAlignedSize()

Expose a function to align a value to the next power of 2.

It will be called from other files.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/Makefile.am
modules/video_output/opengl/gl_util.h [new file with mode: 0644]
modules/video_output/opengl/vout_helper.c