export: implemented audio bit rate setting

The UI for this isn't perfect, I just wrote this in because I needed it. But the backend is solid.
This commit is contained in:
itsmattkc
2020-12-04 01:01:50 +11:00
parent 7dd9115e3f
commit 0699795c6f
6 changed files with 45 additions and 6 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ EncodingParams::EncodingParams() :
video_max_bit_rate_(0),
video_buffer_size_(0),
video_threads_(0),
audio_enabled_(false)
audio_enabled_(false),
audio_bit_rate_(0)
{
}