movieplayer: enable videoformat and 4:3 switches; (C) martii

Origin commit data
------------------
Branch: ni/coolstream
Commit: a3ff096e06
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-12-01 (Tue, 01 Dec 2015)

Origin message was:
------------------
- movieplayer: enable videoformat and 4:3 switches; (C) martii

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-12-01 21:04:13 +01:00
parent ae2187df45
commit ce70068d69

View File

@@ -983,6 +983,10 @@ void CMoviePlayerGui::PlayFileLoop(void)
repeat_mode = REPEAT_OFF;
g_settings.movieplayer_repeat_on = repeat_mode;
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) {
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::SHOW_MAINMENU, 0);
} else if (msg == (neutrino_msg_t) g_settings.mpkey_play) {