Browse Source

vout: vout_Close() should be used when vout_Create() was used

pull/95/head
Steve Lhomme 7 years ago
parent
commit
0542968540
  1. 2
      include/vlc_vout.h
  2. 2
      src/video_output/vout_internal.h

2
include/vlc_vout.h

@ -100,7 +100,7 @@ enum vlc_vout_order
/**
* Destroys a vout.
*
* This function closes and releases a vout created by vout_Request().
* This function closes and releases a vout created by vout_Create().
*
* \param vout the vout to close
*/

2
src/video_output/vout_internal.h

@ -226,7 +226,7 @@ void vout_StopDisplay(vout_thread_t *);
/**
* Destroys a vout.
*
* This function closes and releases a vout created by vout_Request().
* This function closes and releases a vout created by vout_Create().
*
* \param p_vout the vout to close
*/

Loading…
Cancel
Save