aboutsummaryrefslogtreecommitdiffstats
path: root/src/atrac/atrac3.h
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2023-09-08 01:07:38 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2023-09-08 01:07:38 +0200
commitf0456e6642047976b407a80cafec3ccb473e3332 (patch)
tree119a50ef1bddbc04d641bf2564d93f35f07bee23 /src/atrac/atrac3.h
parent52271de4d7dbb11379cfc1b3dddc0a35852a06d8 (diff)
downloadatracdenc-f0456e6642047976b407a80cafec3ccb473e3332.tar.gz
Some ux improvements
- help page - remove noise messages
Diffstat (limited to 'src/atrac/atrac3.h')
-rw-r--r--src/atrac/atrac3.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/atrac/atrac3.h b/src/atrac/atrac3.h
index 7834956..caf49f7 100644
--- a/src/atrac/atrac3.h
+++ b/src/atrac/atrac3.h
@@ -256,9 +256,7 @@ struct TAtrac3EncoderSettings {
, NoTonalComponents(noTonalComponents)
, SourceChannels(sourceChannels)
, BfuIdxConst(bfuIdxConst)
- {
- std::cout << bitrate << " " << ConteinerParams->Bitrate << std::endl;
- }
+ { }
const TContainerParams* ConteinerParams;
const bool NoGainControll;
const bool NoTonalComponents;