From 6e8e4f7ae9a9ae243a1b7d9e17f6b6cacae277b3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Oct 2012 18:39:15 +0100 Subject: Clean up audio passing round a bit. --- src/lib/decoder.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/lib/decoder.h') diff --git a/src/lib/decoder.h b/src/lib/decoder.h index 14e602ace..85b256f5b 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -99,11 +99,8 @@ public: */ sigc::signal, int, boost::shared_ptr > Video; - /** Emitted when some audio data is ready. - * First parameter is an array of pointers to deinterleaved, floating point sample data for each channel. - * Second parameter is the size of the data in frames (ie samples on each channel). - */ - sigc::signal Audio; + /** Emitted when some audio data is ready */ + sigc::signal > Audio; protected: /** perform a single pass at our content */ -- cgit v1.2.3