X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fresampler.h;h=1f8200c69366fc2c642f08945991245f6e17d0fe;hb=1d2a51bdc8315fa7283be329669860e435a1513f;hp=4b19dc511b891e988c33b4a89b22af8c78da4eb9;hpb=fa4d2529d63bcfa7cf7c516b7227e20a1b6dec7e;p=dcpomatic.git diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 4b19dc511..1f8200c69 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -20,7 +20,6 @@ #include "types.h" #include -#include #include class AudioBuffers; @@ -31,8 +30,8 @@ public: Resampler (int, int, int); ~Resampler (); - boost::shared_ptr run (boost::shared_ptr); - boost::shared_ptr flush (); + std::shared_ptr run (std::shared_ptr); + std::shared_ptr flush (); void reset (); void set_fast ();