]> git.sesse.net Git - vlc/blobdiff - include/vlc_spu.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_spu.h
index 55a94d5537685d124033d5818cbd6ce5569cbe47..f4fded00473ac4f187c2e3c5f8871a0be20cd29e 100644 (file)
@@ -60,9 +60,7 @@ struct spu_t
 
 VLC_EXPORT( spu_t *, spu_Create, ( vlc_object_t * ) );
 #define spu_Create(a) spu_Create(VLC_OBJECT(a))
-VLC_EXPORT( int, spu_Init, ( spu_t * ) );
 VLC_EXPORT( void, spu_Destroy, ( spu_t * ) );
-void spu_Attach( spu_t *, vlc_object_t *, bool );
 
 /**
  * This function sends a subpicture to the spu_t core.
@@ -97,6 +95,11 @@ VLC_EXPORT( int, spu_RegisterChannel, ( spu_t * ) );
  */
 VLC_EXPORT( void, spu_ClearChannel, ( spu_t *, int ) );
 
+/**
+ * It changes the sub filters list
+ */
+VLC_EXPORT( void, spu_ChangeFilters, ( spu_t *, const char * ) );
+
 /** @}*/
 
 #ifdef __cplusplus