Skip to content

vout_subpictures: keep the last-minute rendered text region

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

It was leaking since fe415420 and would have to be rendered again at the next call. This is the same thing spu_PrerenderText() does.

Merge request reports