X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsndfile_examiner.h;fp=src%2Flib%2Fsndfile_examiner.h;h=0000000000000000000000000000000000000000;hb=d60b9d006fee94fab80ee86fe1149de7f2e76750;hp=c64ceae6eb4bbb3f4f8c9cfa34895eae614fa014;hpb=3ce77bc8f0f047725f40a5f1725833fce5f8db63;p=dcpomatic.git diff --git a/src/lib/sndfile_examiner.h b/src/lib/sndfile_examiner.h deleted file mode 100644 index c64ceae6e..000000000 --- a/src/lib/sndfile_examiner.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - Copyright (C) 2015 Carl Hetherington - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -*/ - -#include "sndfile_base.h" -#include "audio_examiner.h" - -class SndfileExaminer : public Sndfile, public AudioExaminer -{ -public: - SndfileExaminer (boost::shared_ptr content); - - int audio_channels () const; - Frame audio_length () const; - int audio_frame_rate () const; -};