Skip to content

opengl: check sampler failure

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

On first call, vlc_gl_filter_GetSampler() may return NULL, so check the return value.

Merge request reports