]> git.sesse.net Git - vlc/commit
* include/aout_internal.h: added a b_restart field to aout_input_t.
authorGildas Bazin <gbazin@videolan.org>
Mon, 19 Apr 2004 10:48:04 +0000 (10:48 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 19 Apr 2004 10:48:04 +0000 (10:48 +0000)
commit9dd393c7e2063c2368db6ff2be1b3a22ff6f8faf
tree8ac10bbba7b51d3418287222b8aed4d3479d71ac
parentf27afe7dba1f40c2e63acd94135d002b5d68bf40
* include/aout_internal.h: added a b_restart field to aout_input_t.
* src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().
include/aout_internal.h
src/audio_output/input.c