default config values match the example values

This commit is contained in:
loki
2020-01-29 14:43:46 -05:00
parent c0ff2c79e8
commit 009c7a7bdc
2 changed files with 10 additions and 10 deletions

View File

@@ -16,8 +16,8 @@
namespace config {
using namespace std::literals;
video_t video {
35, // crf
35, // qp
0, // crf
28, // qp
2, // min_threads
@@ -35,7 +35,7 @@ stream_t stream {
APPS_JSON_PATH,
13 // fecPercentage
10 // fecPercentage
};
nvhttp_t nvhttp {