From 35977fc2e90a7bf7aedd1c0be13f14289dd061df Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 30 Mar 2015 18:37:43 +0200 Subject: VLC: change callback usage --- src/VLCInput.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/VLCInput.h') diff --git a/src/VLCInput.h b/src/VLCInput.h index e4a0557..f97b9d9 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -74,12 +74,9 @@ class VLCInput uint8_t** pp_pcm_buffer, size_t size); - /* Receive a buffer with audio samples - * from VLC + /* Notification from VLC that the buffer is now filled */ - void postRender_cb( - uint8_t* p_pcm_buffer, - size_t size); + void postRender_cb(); int getRate() { return m_rate; } -- cgit v1.2.3