mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
movieplayer.cpp: initialize static members in CMoviePlayerGui class
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32233595ea
Author: GetAway <get-away@t-online.de>
Date: 2023-08-14 (Mon, 14 Aug 2023)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -109,10 +109,10 @@ OpenThreads::Mutex CMoviePlayerGui::mutex;
|
||||
OpenThreads::Mutex CMoviePlayerGui::bgmutex;
|
||||
OpenThreads::Condition CMoviePlayerGui::cond;
|
||||
pthread_t CMoviePlayerGui::bgThread;
|
||||
cPlayback *CMoviePlayerGui::playback;
|
||||
bool CMoviePlayerGui::webtv_started;
|
||||
CMovieBrowser* CMoviePlayerGui::moviebrowser;
|
||||
CBookmarkManager * CMoviePlayerGui::bookmarkmanager;
|
||||
cPlayback *CMoviePlayerGui::playback = NULL;
|
||||
bool CMoviePlayerGui::webtv_started = false;
|
||||
CMovieBrowser* CMoviePlayerGui::moviebrowser = NULL;
|
||||
CBookmarkManager * CMoviePlayerGui::bookmarkmanager = NULL;
|
||||
|
||||
CMoviePlayerGui& CMoviePlayerGui::getInstance(bool background)
|
||||
{
|
||||
|
Reference in New Issue
Block a user