Project "Tuxbox-GIT: apps":
The branch, master has been updated
via d1a86219bc9080bb60fab8492adc8793cf1c578c (commit)
from 27805a03a3ec2008e7363c9d0a84b655f4f210d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d1a86219bc9080bb60fab8492adc8793cf1c578c
Author: Christian Schuett <Gau...@ho...>
Date: Fri May 1 17:59:59 2015 +0200
Neutrino movieplayer: fix restarting a movie when end bookmark was reached
Signed-off-by: Christian Schuett <Gau...@ho...>
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/src/gui/movieplayer.cpp b/tuxbox/neutrino/src/gui/movieplayer.cpp
index feb1858..5676b0b 100644
--- a/tuxbox/neutrino/src/gui/movieplayer.cpp
+++ b/tuxbox/neutrino/src/gui/movieplayer.cpp
@@ -3112,6 +3112,7 @@ else
//--------------------------------
ctx->inFd = -1;
mp_closeDVBDevices(ctx);
+ g_fileposition = 0L;
//-- on exit after film end this will force any --
//-- action in ::PlayFile() - do not remove ! --
-----------------------------------------------------------------------
Summary of changes:
tuxbox/neutrino/src/gui/movieplayer.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
Tuxbox-GIT: apps
|