mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
added variable bitrate and attempt to control it.
This commit is contained in:
parent
da69db39d6
commit
68918bf9c1
4 changed files with 47 additions and 17 deletions
|
@ -77,7 +77,7 @@ void QVideoInputDevice::grabFrame()
|
|||
|
||||
if(_video_processor != NULL)
|
||||
{
|
||||
_video_processor->processImage(image,0) ;
|
||||
_video_processor->processImage(image) ;
|
||||
|
||||
emit networkPacketReady() ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue