mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
Revert "- movieplayer: enable videoformat and 4:3 switches; (C) martii"
This reverts commit a3ff096e06
,
because keys was passed to neutrino handleMsg already.
So this pick was unnecessary.
This commit is contained in:
@@ -983,10 +983,6 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
|||||||
repeat_mode = REPEAT_OFF;
|
repeat_mode = REPEAT_OFF;
|
||||||
g_settings.movieplayer_repeat_on = repeat_mode;
|
g_settings.movieplayer_repeat_on = repeat_mode;
|
||||||
callInfoViewer();
|
callInfoViewer();
|
||||||
} else if( msg == (neutrino_msg_t) g_settings.key_next43mode) {
|
|
||||||
g_videoSettings->next43Mode();
|
|
||||||
} else if( msg == (neutrino_msg_t) g_settings.key_switchformat) {
|
|
||||||
g_videoSettings->SwitchFormat();
|
|
||||||
} else if (msg == (neutrino_msg_t) CRCInput::RC_setup) {
|
} else if (msg == (neutrino_msg_t) CRCInput::RC_setup) {
|
||||||
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::SHOW_MAINMENU, 0);
|
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::SHOW_MAINMENU, 0);
|
||||||
} else if (msg == (neutrino_msg_t) g_settings.mpkey_play) {
|
} else if (msg == (neutrino_msg_t) g_settings.mpkey_play) {
|
||||||
|
Reference in New Issue
Block a user