]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Export input_resource_TerminateVout
[vlc] / include / vlc_input.h
index 2650e8ea58dc6003eff9519491c56434ed08413e..7d1d248162167b948a3a9cab42f4c6b54872252e 100644 (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