Skip to content

opengl: fix PRIV() macros (replace by static inline)

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

The macro parameter name was the same as the member name. To avoid the problem, use a static inline function instead.

Edited by Romain Vimont

Merge request reports