From a8d24d35dc999228f804ed425c0d9e90b9ddceaa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 28 Apr 2013 16:23:35 +0100 Subject: Fix broken external audio support. --- src/lib/sndfile_decoder.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/sndfile_decoder.h') diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h index e16eab673..9489cb5ec 100644 --- a/src/lib/sndfile_decoder.h +++ b/src/lib/sndfile_decoder.h @@ -45,10 +45,12 @@ class SndfileDecoder : public AudioDecoder { public: SndfileDecoder (boost::shared_ptr, DecodeOptions); + ~SndfileDecoder (); bool pass (); private: - std::vector open_files (sf_count_t &); - void close_files (std::vector const &); + std::vector _sndfiles; + sf_count_t _done; + sf_count_t _frames; }; -- cgit v1.2.3