summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-15 01:10:22 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-15 01:10:22 +0100
commit0e7c428850be89ea9f812c2bd0c4b892c3c99e3f (patch)
treefc11fddd852041527e5f2642d50e3e22670cf108 /src/lib
parentbd7f4bbde17d2087ba4c4bddf6439b3df869b1db (diff)
Tweak config comment.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/config.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc
index 3fff0307d..6e8106aae 100644
--- a/src/lib/config.cc
+++ b/src/lib/config.cc
@@ -763,8 +763,9 @@ Config::write_config () const
/* [XML] ShowExperimentalAudioProcessors 1 to offer users the (experimental) audio upmixer processors, 0 to hide them */
root->add_child("ShowExperimentalAudioProcessors")->add_child_text (_show_experimental_audio_processors ? "1" : "0");
/* [XML] LogTypes Types of logging to write; a bitfield where 1 is general notes, 2 warnings, 4 errors, 8 debug information related
- to encoding, 16 debug information related to encoding, 32 debug information for timing purposes, 64 debug information related
- to sending email.
+ to 3D, 16 debug information related to encoding, 32 debug information for timing purposes, 64 debug information related
+ to sending email, 128 debug information related to the video view, 256 information about disk writing, 512 debug information
+ related to the player, 1024 debug information related to audio analyses.
*/
root->add_child("LogTypes")->add_child_text (raw_convert<string> (_log_types));
/* [XML] AnalyseEBUR128 1 to do EBUR128 analyses when analysing audio, otherwise 0. */