mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Fix frame_fg Initialization
This commit is contained in:
parent
1b26e899b8
commit
57418e5e33
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ AVOpenGLWidget::AVOpenGLWidget(VideoDecoder *decoder, QWidget *parent)
|
|||
frame_uploader_context = nullptr;
|
||||
frame_uploader = nullptr;
|
||||
frame_uploader_thread = nullptr;
|
||||
frame_fg = 0;
|
||||
}
|
||||
|
||||
AVOpenGLWidget::~AVOpenGLWidget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue