diff options
Diffstat (limited to 'src/lib/resampler.h')
| -rw-r--r-- | src/lib/resampler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 21ef412de..332b9b4b1 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -36,7 +36,7 @@ public: boost::shared_ptr<const AudioBuffers> run (boost::shared_ptr<const AudioBuffers>); boost::shared_ptr<const AudioBuffers> flush (); -private: +private: SwrContext* _swr_context; int _in_rate; int _out_rate; |
