Commit df0d5be1 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_filter/logo.c: --logo-transparency works again.

parent bd7169e9
...@@ -643,7 +643,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date ) ...@@ -643,7 +643,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
p_spu->i_y = p_sys->posy; p_spu->i_y = p_sys->posy;
p_spu->i_flags = p_sys->pos; p_spu->i_flags = p_sys->pos;
p_spu->p_region = p_region; p_spu->p_region = p_region;
//p_subpic->i_alpha = p_sys->i_trans; p_spu->i_alpha = p_sys->i_trans;
return p_spu; return p_spu;
} }
......
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