mirror of
https://github.com/videolan/vlc.git
synced 2024-12-01 13:55:14 +08:00
Moved spu_Attach definition to the core.
This commit is contained in:
parent
7e7f8be16b
commit
37a27cc644
@ -61,7 +61,6 @@ struct spu_t
|
||||
VLC_EXPORT( spu_t *, spu_Create, ( vlc_object_t * ) );
|
||||
#define spu_Create(a) spu_Create(VLC_OBJECT(a))
|
||||
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.
|
||||
|
@ -153,6 +153,7 @@ void vout_DisplayWrapper(vout_thread_t *, picture_t *);
|
||||
|
||||
/* */
|
||||
int spu_ProcessMouse(spu_t *, const vlc_mouse_t *, const video_format_t *);
|
||||
void spu_Attach( spu_t *, vlc_object_t *, bool );
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user