gui/movieplayer.cpp: try to fix 'always seek to 0'

Origin commit data
------------------
Branch: ni/coolstream
Commit: 67db470798
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-01 (Wed, 01 Oct 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-01 16:06:52 +04:00
parent d3f6165d97
commit 7467517719

View File

@@ -377,7 +377,7 @@ void CMoviePlayerGui::Cleanup()
vpid = 0;
vtype = 0;
startposition = 0;
startposition = -1;
is_file_player = false;
p_movie_info = NULL;
autoshot_done = false;