mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
movieplayer.cpp: move setMoviePlayer() to the right function
Signed-off-by: Thilo Graf <dbt@novatux.de> # Conflicts: # src/gui/movieplayer.cpp
This commit is contained in:
@@ -280,9 +280,6 @@ void CMoviePlayerGui::cutNeutrino()
|
|||||||
if (isUPNP)
|
if (isUPNP)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#if 0
|
|
||||||
CZapit::getInstance()->setMoviePlayer(true);// let CCamManager::SetMode know, the call is from MoviePlayer
|
|
||||||
#endif
|
|
||||||
g_Zapit->lockPlayBack();
|
g_Zapit->lockPlayBack();
|
||||||
|
|
||||||
#ifdef HAVE_AZBOX_HARDWARE
|
#ifdef HAVE_AZBOX_HARDWARE
|
||||||
@@ -338,6 +335,10 @@ void CMoviePlayerGui::restoreNeutrino()
|
|||||||
|
|
||||||
if (isUPNP)
|
if (isUPNP)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
|
CZapit::getInstance()->setMoviePlayer(true);// let CCamManager::SetMode know, the call is from MoviePlayer
|
||||||
|
|
||||||
#if ! HAVE_COOL_HARDWARE
|
#if ! HAVE_COOL_HARDWARE
|
||||||
g_Zapit->unlockPlayBack();
|
g_Zapit->unlockPlayBack();
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user