Chromium Code Reviews| Index: media/base/sinc_resampler.h |
| diff --git a/media/base/sinc_resampler.h b/media/base/sinc_resampler.h |
| index 029a38a857dd466efddd4ca8faf97a783019ec8f..f10dd7fd4e205a74c9d08881d71b0e480523abc1 100644 |
| --- a/media/base/sinc_resampler.h |
| +++ b/media/base/sinc_resampler.h |
| @@ -35,6 +35,9 @@ class MEDIA_EXPORT SincResampler { |
| // single call to |read_cb_| for more data. |
| int ChunkSize(); |
| + // Flush all buffered data and reset internal indexes. |
|
scherkus (not reviewing)
2012/09/10 12:47:47
indices?
DaleCurtis
2012/09/10 14:05:51
Done.
|
| + void Flush(); |
| + |
| private: |
| FRIEND_TEST_ALL_PREFIXES(SincResamplerTest, Convolve); |
| FRIEND_TEST_ALL_PREFIXES(SincResamplerTest, ConvolveBenchmark); |