X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_spu.h;h=f4fded00473ac4f187c2e3c5f8871a0be20cd29e;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=55a94d5537685d124033d5818cbd6ce5569cbe47;hpb=776b826403cda061217ede59b2d89b26e3dca166;p=vlc diff --git a/include/vlc_spu.h b/include/vlc_spu.h index 55a94d5537..f4fded0047 100644 --- a/include/vlc_spu.h +++ b/include/vlc_spu.h @@ -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