forked from Green-Sky/tomato
remove video bitrate hack following toxcore fix
This commit is contained in:
parent
326d72a965
commit
9bf9753bd1
@ -103,7 +103,7 @@ struct ToxAVCallVideoSink : public FrameStream2SinkI<SDLVideoFrame> {
|
|||||||
ToxAVI& _toxav;
|
ToxAVI& _toxav;
|
||||||
|
|
||||||
// bitrate for enabled state
|
// bitrate for enabled state
|
||||||
uint32_t _video_bitrate {2}; // HACK: hardcode to 2mbits (toxap wrongly multiplies internally by 1000)
|
uint32_t _video_bitrate {2000};
|
||||||
|
|
||||||
uint32_t _fid;
|
uint32_t _fid;
|
||||||
std::shared_ptr<stream_type> _writer;
|
std::shared_ptr<stream_type> _writer;
|
||||||
|
Loading…
Reference in New Issue
Block a user