dont drop frames too much

This commit is contained in:
Green Sky 2024-09-18 13:42:14 +02:00
parent a934273714
commit 36e75c0fab
No known key found for this signature in database

View File

@ -180,7 +180,7 @@ struct ToxAVCallVideoSink : public FrameStream2SinkI<SDLVideoFrame> {
}
// TODO: enable video here
_writer = std::make_shared<PushConversionQueuedVideoStream>(1, true);
_writer = std::make_shared<PushConversionQueuedVideoStream>(10, true);
return _writer;
}