Skip to content

MediaPlayer: fix setScale() when using hw direct-rendering

Thomas Guillem requested to merge tguillem/libvlcjni:custom-scale into master

mediaPlayer.setScale() was only working when using the OpenGL vout.

Go through the VideoHelper to change the video layout according to the scale when using MediaCodec direct rendering.

Merge request reports