mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
neutrino: SOFTRESET makes no sense in movieplayer
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@994 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: e749077ce1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-01-02 (Sun, 02 Jan 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1175,8 +1175,7 @@ void CMoviePlayerGui::PlayFile(void)
|
|||||||
newComHintBox.hide();
|
newComHintBox.hide();
|
||||||
}
|
}
|
||||||
jump_not_until = (position / 1000) + 10; // avoid bookmark jumping for the next 10 seconds, , TODO: might be moved to another key
|
jump_not_until = (position / 1000) + 10; // avoid bookmark jumping for the next 10 seconds, , TODO: might be moved to another key
|
||||||
} else if (playstate != CMoviePlayerGui::PAUSE)
|
}
|
||||||
playstate = CMoviePlayerGui::SOFTRESET;
|
|
||||||
} else if (msg == CRCInput::RC_up || msg == CRCInput::RC_down) {
|
} else if (msg == CRCInput::RC_up || msg == CRCInput::RC_down) {
|
||||||
if (msg == CRCInput::RC_up) {
|
if (msg == CRCInput::RC_up) {
|
||||||
if (slow == 2)
|
if (slow == 2)
|
||||||
|
Reference in New Issue
Block a user