X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fresampler.h;fp=src%2Flib%2Fresampler.h;h=f51c3cdb57a3a889e4af224edb22e6975b5ab89d;hb=f26af8112b03b5233eb5239defd11a7428b705ad;hp=5a69d09834e81bc483c350f26fc5ca5553263341;hpb=272ce54d159a53be22f592922913901cfc673097;p=dcpomatic.git diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 5a69d0983..f51c3cdb5 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-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 @@ -27,7 +27,7 @@ class AudioBuffers; class Resampler : public boost::noncopyable { public: - Resampler (int, int, int); + Resampler (int, int, int, bool fast); ~Resampler (); boost::shared_ptr run (boost::shared_ptr);