X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fresampler.h;h=36b991ddf5190a140a933aa8780bf06c4ed5a544;hb=a16f2c07ea7301ed1b82b9039ea7db7c025054ff;hp=4ee11a7f0954958e69a99bf09be75196394838c3;hpb=854f2e5bbb7ffb9758b823af87034033033f3cb8;p=dcpomatic.git diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 4ee11a7f0..36b991ddf 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -17,13 +17,12 @@ */ -#include -#include +#include "types.h" extern "C" { #include } -#include "types.h" -#include "audio_content.h" +#include +#include class AudioBuffers; @@ -36,7 +35,7 @@ public: boost::shared_ptr run (boost::shared_ptr); boost::shared_ptr flush (); -private: +private: SwrContext* _swr_context; int _in_rate; int _out_rate;