Commit e7bff62a authored by Rémi Duraffort's avatar Rémi Duraffort

Projectm: missing attach.

parent 34d2ff17
......@@ -302,6 +302,8 @@ static void *Thread( void *p_data )
if( !p_sys->p_vout )
goto error;
vlc_object_attach( p_sys->p_vout, p_filter );
/* */
video_format_Init( &fmt, 0 );
video_format_Setup( &fmt, VLC_CODEC_RGB32,
......
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