Browse Source

aout: remove old documentation

pull/134/head
Thomas Guillem 5 years ago
committed by Rémi Denis-Courmont
parent
commit
bb9f8f60e0
  1. 3
      include/vlc_aout.h

3
include/vlc_aout.h

@ -240,9 +240,6 @@ struct audio_output
void (*flush)( audio_output_t *);
/**< Flushes the playback buffers (mandatory, cannot be NULL).
*
* \param wait true to wait for playback of pending buffers (drain),
* false to discard pending buffers (flush)
*
* \note This callback cannot be called in stopped state.
*/

Loading…
Cancel
Save