FIX: ffmpeg decoder memory leak

Change-Id: I997572b5730618a969959f9b24c405d80fa9f83c
Jira: STUDIO-7597
(cherry picked from commit 342cea29bd9593fa89cbb33caff58055b46ebeec)
This commit is contained in:
chunmao.guo
2026-08-13 09:12:21 +08:00
committed by Noisyfox
parent 7c09b0bcba
commit 8832d54b53
3 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ wxMediaCtrl3::wxMediaCtrl3(wxWindow *parent)
, BambuLib(StaticBambuLib::get(this))
, m_thread([this] { PlayThread(); })
{
SetBackgroundColour(*wxBLACK);
SetBackgroundColour("#000001ff");
}
wxMediaCtrl3::~wxMediaCtrl3()