Added config examples to the config file

This commit is contained in:
loki
2021-04-24 14:23:12 +02:00
parent a613280bbd
commit 0cfb440cf6
2 changed files with 29 additions and 2 deletions

View File

@@ -373,9 +373,11 @@ static encoder_t software {
static std::vector<encoder_t> encoders {
#ifdef _WIN32
nvenc,
#endif
software,
#ifdef _WIN32
amdvce,
#endif
software
};
void reset_display(std::shared_ptr<platf::display_t> &disp, AVHWDeviceType type) {