From 5187156d093a34c42cae7e2af2e1f70329bb54ab Mon Sep 17 00:00:00 2001
From: Pierre Lespagnol <pierre.lespagnol@savoirfairelinux.com>
Date: Thu, 15 Aug 2019 10:59:26 -0400
Subject: [PATCH] media/video: change minimum bitrate

220 kbit/s to 600 kbit/s

Change-Id: Ib6a1fb9c84f5da7a8fd2b83d113621a131d48f00
---
 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 5ac15e2409..d7ef8f1122 100644
--- a/src/media/media_codec.h
+++ b/src/media/media_codec.h
@@ -70,7 +70,7 @@ struct SystemCodecInfo
     // indicates that the codec does not use quality factor
     static constexpr unsigned DEFAULT_NO_QUALITY {0};
 
-    static constexpr unsigned DEFAULT_MIN_BITRATE {220};
+    static constexpr unsigned DEFAULT_MIN_BITRATE {600};
     static constexpr unsigned DEFAULT_MAX_BITRATE {6000};
 
     SystemCodecInfo(unsigned avcodecId, const std::string& name,
-- 
GitLab