diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-11 12:57:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-11 12:57:53 +0100 |
| commit | 49deab5be257f3a11f5b053224f4a3218fad8da3 (patch) | |
| tree | edb4593b33d2a062614cdfaba9cc96d4aab8c1ed /src/lib/resampler.h | |
| parent | cb2d996875db099ce456c18e9751f5dfe3d9056d (diff) | |
Untested flushing of resamplers.
Diffstat (limited to 'src/lib/resampler.h')
| -rw-r--r-- | src/lib/resampler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/resampler.h b/src/lib/resampler.h index cda718934..21979846e 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -12,6 +12,7 @@ public: ~Resampler (); boost::shared_ptr<const AudioBuffers> run (boost::shared_ptr<const AudioBuffers>); + boost::shared_ptr<const AudioBuffers> flush (); private: SwrContext* _swr_context; |
