[vlc-devel] [PATCH v2 1/3] video_output: don't use the private pool for the blend picture

Rémi Denis-Courmont remi at remlab.net
Wed Aug 19 22:23:36 CEST 2020


Le lundi 17 août 2020, 17:32:59 EEST Steve Lhomme a écrit :
> Create one on the fly each time. We don't need to preallocate some
> pictures if we're never going to use them. Also we don't to know the target
> format in advance.

Allocating pictures repeatedly might be slow though. It might be safer to 
allocate a small (really private) pool when the display cannot blend.


-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list