Commit 82b181de authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_filter/logo.c: oops, broke something.

parent b26dd076
......@@ -144,7 +144,7 @@ static picture_t *LoadPNG( vlc_object_t *p_this )
{
png_set_tRNS_to_alpha( p_png );
}
else
else if( !(i_color_type & PNG_COLOR_MASK_ALPHA) )
{
b_alpha = VLC_FALSE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment