]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/cmml.c
Remove interface b_block property.
[vlc] / modules / codec / cmml / cmml.c
index 7d8d9b1f82caadcafa5eecf41d02b7e3bc46587f..446a7f882d6ade01301865d028925488c8564a03 100644 (file)
@@ -127,7 +127,6 @@ static int OpenDecoder( vlc_object_t *p_this )
 
     /* initialise the CMML responder interface */
     p_sys->p_intf = intf_Create( p_dec, "cmml", 0, NULL );
-    p_sys->p_intf->b_block = VLC_FALSE;
     intf_RunThread( p_sys->p_intf );
 
     return VLC_SUCCESS;