Commit 2ec47847 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

logo: Fix a misuse of a filter_NewBlend, that should make this plugin non working.

Spotted by a warning.
parent 05f47b33
...@@ -243,7 +243,7 @@ static int OpenCommon( vlc_object_t *p_this, bool b_sub ) ...@@ -243,7 +243,7 @@ static int OpenCommon( vlc_object_t *p_this, bool b_sub )
{ {
p_sys->p_blend = filter_NewBlend( VLC_OBJECT(p_filter), p_sys->p_blend = filter_NewBlend( VLC_OBJECT(p_filter),
&p_filter->fmt_in ); &p_filter->fmt_in.video );
if( !p_sys->p_blend ) if( !p_sys->p_blend )
{ {
free( p_sys ); free( p_sys );
......
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