We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746a5cd commit 9d3365fCopy full SHA for 9d3365f
include/ffmpeg-coder/frontend_funcs.hpp
@@ -34,6 +34,7 @@ void settings()
34
std::vector<std::string> available_settings;
35
available_settings.push_back("Startup-Lock");
36
37
+ std::cout<<rang::fg::blue<<rang::style::bold<<"NB: "<<rang::style::reset<<"This feature only works in windows now !"<<rang::fg::reset<<std::endl;
38
for (int i = 0; i < available_settings.size(); i++)
39
{
40
std::cout << (i + 1) << ". " << available_settings[i] << std::endl;
0 commit comments