Added comment #3350

This commit is contained in:
Alexey Milovidov 2018-11-23 22:47:15 +03:00
parent 5ec3db20cd
commit af6f91e762

View File

@ -159,6 +159,9 @@ public:
private:
static int getCodec()
{
/// You can provide different value if you want to test specific codecs.
/// Due to poor implementation of "base64" library (it will write to a global variable),
/// it doesn't scale for multiple threads. Never use non-zero values in production.
return 0;
}
};