Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84359e2a authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

screenrecord should default to '--bit-rate 20M'

Fixes: 64498022
Test: Flashed build to device and ensured bitrate was 20M
Change-Id: I06b8d4051c4e97c441a1d21d8018ad29b308d858
parent ad708fb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ static bool gWantInfoScreen = false; // do we want initial info screen?
static bool gWantFrameTime = false;     // do we want times on each frame?
static uint32_t gVideoWidth = 0;        // default width+height
static uint32_t gVideoHeight = 0;
static uint32_t gBitRate = 4000000;     // 4Mbps
static uint32_t gBitRate = 20000000;     // 20Mbps
static uint32_t gTimeLimitSec = kMaxTimeLimitSec;

// Set by signal handler to stop recording.