Skip to content

vout_subpictures: ensure there's enough room for scaled pics after update

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

The subpicture_Update() may add regions so we need to have enough room to scale each region picture.

Fix buffer overflow after f1c9a45b.

Merge request reports