From 872557b0261c0daf2206a24e38f33b1c9871c8a3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Jul 2013 13:33:08 +0100 Subject: Call Resampler::flush() again. --- src/lib/audio_decoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/audio_decoder.h') diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index b1ec54a7b..e2d28d707 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -44,6 +44,8 @@ public: protected: + void flush (); + void audio (boost::shared_ptr, AudioContent::Frame); /** Frame index of next emission (post resampling) */ AudioContent::Frame _audio_position; -- cgit v1.2.3