Skip to content

opengl/android: only resize the output when the display size changed

Steve Lhomme requested to merge robUx4/vlc:gl_resize into master

The call is useless otherwise. We can do the placement before or after, because the result is handled asynchronously.

Merge request reports