dont drop frames too much
This commit is contained in:
parent
a934273714
commit
36e75c0fab
@ -180,7 +180,7 @@ struct ToxAVCallVideoSink : public FrameStream2SinkI<SDLVideoFrame> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: enable video here
|
// TODO: enable video here
|
||||||
_writer = std::make_shared<PushConversionQueuedVideoStream>(1, true);
|
_writer = std::make_shared<PushConversionQueuedVideoStream>(10, true);
|
||||||
|
|
||||||
return _writer;
|
return _writer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user