summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-25 11:36:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-25 11:36:52 +0100
commit636918a3aaa5314358516aa2f5708d473efa66a1 (patch)
tree94064d45e9a90a7a74003f6543a67269ab6b2a83 /src/lib
parent987a92d9906b306fb74ab65b578aa5bb510bea43 (diff)
Remove debug message.
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),