mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Fix OpenGL on macOS
This commit is contained in:
parent
f8c9ddade4
commit
2b8bf99dd5
3 changed files with 49 additions and 15 deletions
|
@ -60,6 +60,8 @@ class AVOpenGLWidget: public QOpenGLWidget
|
|||
QThread *frame_uploader_thread;
|
||||
|
||||
public:
|
||||
static QSurfaceFormat CreateSurfaceFormat();
|
||||
|
||||
explicit AVOpenGLWidget(VideoDecoder *decoder, QWidget *parent = nullptr);
|
||||
~AVOpenGLWidget() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue