Skip to content
Snippets Groups Projects
Commit 0b9dd0e6 authored by Pierre Lespagnol's avatar Pierre Lespagnol Committed by Philippe Gorley
Browse files

autoadapt: enable by default


Change-Id: I70dac54fbcadb1b42cb91ef5ea9d21871ed5dd86
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 70b2a7ae
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ struct AccountVideoCodecInfo : AccountCodecInfo
unsigned frameRate;
unsigned profileId;
std::string parameters;
bool isAutoQualityEnabled{false};
bool isAutoQualityEnabled{true};
};
bool operator== (SystemCodecInfo codec1, SystemCodecInfo codec2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment