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

Fixes: 64498022
Test: Flashed build to device and ensured bitrate was 20M
Change-Id: I06b8d4051c4e97c441a1d21d8018ad29b308d858
gugelfrei
Ian Pedowitz 7 years ago
parent ad708fb449
commit 84359e2a63

@ -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.

Loading…
Cancel
Save