mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
Remove Time between display frame in VOIP
But let message to take care of CPU usage at this point...
This commit is contained in:
parent
686c2377d3
commit
f0cf561ad3
2 changed files with 6 additions and 6 deletions
|
@ -102,7 +102,7 @@ class VideoProcessor
|
|||
private:
|
||||
QVideoOutputDevice *_decoded_output_device ;
|
||||
std::list<QImage> _decoded_image_queue ;
|
||||
time_t _lastTimeToShowFrame ;
|
||||
//time_t _lastTimeToShowFrame ;
|
||||
|
||||
// =====================================================================================
|
||||
// =------------------------------------ ENCODING -------------------------------------=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue