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

Origin commit data
------------------
Commit: 67db470798
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-01 (Wed, 01 Oct 2014)
This commit is contained in:
[CST] Focus
2014-10-01 16:06:52 +04:00
parent fb7456eb7e
commit 244521fb0a

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;