]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_control.h
Split vout_FixLeaks into vout_FixLeaks and vout_Reset.
[vlc] / src / video_output / vout_control.h
index d44b06d6331a8bb7835e22a001aa3c5d3a52dc13..ff2c622eeafb05313439bc3bf918488968facaf0 100644 (file)
@@ -61,7 +61,12 @@ void vout_Flush( vout_thread_t *p_vout, mtime_t i_date );
  *
  * XXX This function is there to workaround bugs in decoder
  */
-void vout_FixLeaks( vout_thread_t *p_vout, bool b_forced );
+void vout_FixLeaks( vout_thread_t *p_vout );
+
+/*
+ * Reset the states of the vout.
+ */
+void vout_Reset( vout_thread_t *p_vout );
 
 /**
  * This functions will drop a picture retreived by vout_CreatePicture.