1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00

Export input_resource_TerminateVout

LibVLC needs it.
This commit is contained in:
Rémi Denis-Courmont 2010-06-08 21:04:18 +03:00
parent f90eeab1ee
commit 12256be1f2
3 changed files with 6 additions and 5 deletions

View File

@ -667,4 +667,9 @@ VLC_EXPORT( input_resource_t *, input_resource_New, ( vlc_object_t * ) );
*/
VLC_EXPORT(void, input_resource_Delete, ( input_resource_t * ) );
/**
* Forcefully destroys the video output (e.g. when the playlist is stopped).
*/
VLC_EXPORT(void, input_resource_TerminateVout, ( input_resource_t * ) );
#endif

View File

@ -51,11 +51,6 @@ input_stats_t *stats_NewInputStats( input_thread_t *p_input );
*/
void input_resource_TerminateSout( input_resource_t *p_resource );
/**
* This function deletes the current vout in the resources.
*/
void input_resource_TerminateVout( input_resource_t *p_resource );
/**
* This function return true if there is at least one vout in the resources.
*

View File

@ -220,6 +220,7 @@ input_item_WriteMeta
input_Read
input_resource_New
input_resource_Delete
input_resource_TerminateVout
input_SplitMRL
input_Start
input_Stop