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:
Stefan Seyfried
2011-01-02 18:20:47 +00:00
parent 8b7779ac3b
commit c9f226dbb6

View File

@@ -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)