mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
gui/movieplayer.cpp: try to fix 'always seek to 0'
This commit is contained in:
@@ -377,7 +377,7 @@ void CMoviePlayerGui::Cleanup()
|
|||||||
vpid = 0;
|
vpid = 0;
|
||||||
vtype = 0;
|
vtype = 0;
|
||||||
|
|
||||||
startposition = 0;
|
startposition = -1;
|
||||||
is_file_player = false;
|
is_file_player = false;
|
||||||
p_movie_info = NULL;
|
p_movie_info = NULL;
|
||||||
autoshot_done = false;
|
autoshot_done = false;
|
||||||
|
Reference in New Issue
Block a user