]> git.sesse.net Git - vlc/blobdiff - src/audio_output/aout_internal.h
aout: add wait parameter to aout_DecFlush()
[vlc] / src / audio_output / aout_internal.h
index 10c790b383b8b1989aa71c0c7500230bb2882e51..9f6a4534fd22d24b4c85ea4494f3e5dcd3c09d44 100644 (file)
@@ -139,7 +139,7 @@ void aout_DecDelete(audio_output_t *);
 int aout_DecPlay(audio_output_t *, block_t *, int i_input_rate);
 int aout_DecGetResetLost(audio_output_t *);
 void aout_DecChangePause(audio_output_t *, bool b_paused, mtime_t i_date);
-void aout_DecFlush(audio_output_t *);
+void aout_DecFlush(audio_output_t *, bool wait);
 bool aout_DecIsEmpty(audio_output_t *);
 void aout_RequestRestart (audio_output_t *, unsigned);