summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/resampler.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/resampler.cc b/src/lib/resampler.cc
index 2a4320bd8..cc5072442 100644
--- a/src/lib/resampler.cc
+++ b/src/lib/resampler.cc
@@ -42,8 +42,6 @@ Resampler::Resampler (int in, int out, int channels)
input and output layouts are the same.
*/
- cout << "resamp for " << _channels << " " << _in_rate << " " << _out_rate << "\n";
-
_swr_context = swr_alloc_set_opts (
0,
av_get_default_channel_layout (_channels),