Skip to content

opengl: simplify scaling

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

The texture scaling factor represents how a plane is scaled compared to the first plane, so by definition, the first plane is not scaled.

This simplification was missed by 499b7ef7.

Merge request reports