forked from Green-Sky/tomato
ft duration human readable
lower video bitrate to 1400kbits
This commit is contained in:
@@ -103,7 +103,7 @@ struct ToxAVCallVideoSink : public FrameStream2SinkI<SDLVideoFrame> {
|
||||
ToxAVI& _toxav;
|
||||
|
||||
// bitrate for enabled state
|
||||
uint32_t _video_bitrate {2000};
|
||||
uint32_t _video_bitrate {1400};
|
||||
|
||||
uint32_t _fid;
|
||||
std::shared_ptr<stream_type> _writer;
|
||||
|
Reference in New Issue
Block a user