[vlc-devel] [PATCH] blend: Handle alpha when blending in RGBA buffers
    Martin Storsjö 
    martin at martin.st
       
    Thu Jan 16 14:44:26 CET 2014
    
    
  
On Thu, 16 Jan 2014, Felix Abecassis wrote:
> I think we should also enable RGBA blending with this patch:
>
>     RGB(VLC_CODEC_RGB16,    CPictureRGB16,    convertRgbToRgbSmall),
>     RGB(VLC_CODEC_RGB24,    CPictureRGB24,    convertNone),
>     RGB(VLC_CODEC_RGB32,    CPictureRGB32,    convertNone),
> +    RGB(VLC_CODEC_RGBA,     CPictureRGBA,     convertNone),
Ah, yes, I missed that line since it already was in one of yours that I 
was testing on. I'll squash that hunk into my commit as well.
// Martin
    
    
More information about the vlc-devel
mailing list