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

Thomas Guillem thomas at gllm.fr
Thu Aug 20 09:26:49 CEST 2020


On Wed, Aug 19, 2020, at 22:23, Rémi Denis-Courmont wrote:
> 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.

I agree. 
> 
> 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
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list