Skip to content
Snippets Groups Projects
Commit 17436766 authored by Pierre Lespagnol's avatar Pierre Lespagnol Committed by Adrien Béraud
Browse files

autoadapt: enable by default

Change-Id: I76fe2095603f2f6cdc8181bbc58fba7b3474eaff
parent cff1bf40
Branches
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ struct AccountVideoCodecInfo : AccountCodecInfo ...@@ -190,7 +190,7 @@ struct AccountVideoCodecInfo : AccountCodecInfo
unsigned frameRate; unsigned frameRate;
unsigned profileId; unsigned profileId;
std::string parameters; std::string parameters;
bool isAutoQualityEnabled{false}; bool isAutoQualityEnabled{true};
}; };
bool operator== (SystemCodecInfo codec1, SystemCodecInfo codec2); bool operator== (SystemCodecInfo codec1, SystemCodecInfo codec2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment