]> git.sesse.net Git - vlc/blobdiff - include/vlc_spu.h
Moved "sub-filter" from spu_t to vout_thread_t.
[vlc] / include / vlc_spu.h
index 55a94d5537685d124033d5818cbd6ce5569cbe47..5e454bc01e478287e4dde2b14ed7219bc8603c5a 100644 (file)
@@ -60,7 +60,6 @@ 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 );
 
@@ -97,6 +96,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