]> git.sesse.net Git - vlc/commitdiff
logo: Fix a misuse of a filter_NewBlend, that should make this plugin non working.
authorPierre d'Herbemont <pdherbemont@free.fr>
Fri, 21 Aug 2009 00:12:16 +0000 (02:12 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Fri, 21 Aug 2009 00:12:16 +0000 (02:12 +0200)
Spotted by a warning.

modules/video_filter/logo.c

index ef7f06723b6f9a310fc60918371c544be2b2d0ee..5c34d5365f11b301929972af61e4ed35e9e93584 100644 (file)
@@ -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_filter->fmt_in );
+                                          &p_filter->fmt_in.video );
         if( !p_sys->p_blend )
         {
             free( p_sys );