diff --git a/src/debug_tox_call.cpp b/src/debug_tox_call.cpp index d747d42..42ac85c 100644 --- a/src/debug_tox_call.cpp +++ b/src/debug_tox_call.cpp @@ -180,7 +180,7 @@ struct ToxAVCallVideoSink : public FrameStream2SinkI { } // TODO: enable video here - _writer = std::make_shared(1, true); + _writer = std::make_shared(10, true); return _writer; }