]> git.sesse.net Git - vlc/blobdiff - src/audio_output/aout_internal.h
Added aout pause support.
[vlc] / src / audio_output / aout_internal.h
index 4c87fb0db7e249b6f00f14d723e2c54ff16ff6c8..c887ab38c776a33ecaa0c481a4cc78af5af8ed23 100644 (file)
@@ -140,6 +140,7 @@ aout_buffer_t * aout_DecNewBuffer( aout_input_t *, size_t );
 void aout_DecDeleteBuffer( aout_instance_t *, aout_input_t *, aout_buffer_t * );
 int aout_DecPlay( aout_instance_t *, aout_input_t *, aout_buffer_t *, int i_input_rate );
 int aout_DecGetResetLost( aout_instance_t *, aout_input_t * );
+void aout_DecChangePause( aout_instance_t *, aout_input_t *, bool b_paused, mtime_t i_date );
 
 /* Helpers */