From 1b2b0021d4c3f6851862befb7d636b4c28f89a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Wed, 21 Aug 2019 14:59:27 -0400 Subject: [PATCH] Revert "autoadapt: enable by default" This reverts commit 0b9dd0e616c23bde20e4af228b9db70513a1e5bf. Change-Id: I3d42ca9673de395f8f6a36c7708e0654b638ec73 --- src/media/media_codec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/media/media_codec.h b/src/media/media_codec.h index d7ef8f1122..b5158acdd9 100644 --- a/src/media/media_codec.h +++ b/src/media/media_codec.h @@ -190,7 +190,7 @@ struct AccountVideoCodecInfo : AccountCodecInfo unsigned frameRate; unsigned profileId; std::string parameters; - bool isAutoQualityEnabled{true}; + bool isAutoQualityEnabled{false}; }; bool operator== (SystemCodecInfo codec1, SystemCodecInfo codec2); -- GitLab