summaryrefslogtreecommitdiff
path: root/src/lib/sndfile_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-29 14:46:27 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-29 14:46:27 +0100
commit2cc2dc2aeaec62a4983991170fc5368e10d21748 (patch)
treefe7ac759c5c4bd8b08ad656298542affcdc2964e /src/lib/sndfile_decoder.h
parentdbc43b6e3021e34875d7d5bba04abf7ad1fc8633 (diff)
parentfca4842c205bc2fa74af94955100ca873bffc5d0 (diff)
Merge branch '1.0' of /home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'src/lib/sndfile_decoder.h')
-rw-r--r--src/lib/sndfile_decoder.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h
index b999a66d1..1d212cc9b 100644
--- a/src/lib/sndfile_decoder.h
+++ b/src/lib/sndfile_decoder.h
@@ -36,9 +36,6 @@ public:
int audio_frame_rate () const;
private:
- SNDFILE* open_file (sf_count_t &);
- void close_file (SNDFILE*);
-
boost::shared_ptr<const SndfileContent> _sndfile_content;
SNDFILE* _sndfile;
SF_INFO _info;