X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fsndfile_decoder.h;h=6f3a6cc48df47ef366eeea49661c69ae6e74c6b9;hp=844d1cdc42818219e81e82a7cf1f04077851e6b6;hb=65b331d32c383f3a9049f29bf03ab3fe3193b31a;hpb=6dd3777a0074f6f97c7f7286621006a1c14376e8 diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h index 844d1cdc4..6f3a6cc48 100644 --- a/src/lib/sndfile_decoder.h +++ b/src/lib/sndfile_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2016 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 @@ -25,7 +25,7 @@ class SndfileContent; class SndfileDecoder : public Sndfile, public AudioDecoder { public: - SndfileDecoder (boost::shared_ptr c, bool fast); + SndfileDecoder (boost::shared_ptr c, bool fast, boost::shared_ptr log); ~SndfileDecoder (); private: