mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix videosurface flipping buffers
This commit is contained in:
parent
3a107e33c8
commit
e5d736e6c0
|
@ -30,7 +30,7 @@ VideoSurface::VideoSurface(QWidget* parent)
|
|||
, hasSubscribed(false)
|
||||
, pboIndex(0)
|
||||
{
|
||||
setAutoBufferSwap(false);
|
||||
setAutoBufferSwap(true);
|
||||
}
|
||||
|
||||
VideoSurface::VideoSurface(VideoSource *source, QWidget* parent)
|
||||
|
|
Loading…
Reference in New Issue
Block a user