mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
movieplayer: initialize vpid and vtype variables
This commit is contained in:
@@ -357,6 +357,8 @@ void CMoviePlayerGui::Cleanup()
|
|||||||
numpida = 0; currentapid = 0;
|
numpida = 0; currentapid = 0;
|
||||||
currentspid = -1;
|
currentspid = -1;
|
||||||
numsubs = 0;
|
numsubs = 0;
|
||||||
|
vpid = 0;
|
||||||
|
vtype = 0;
|
||||||
|
|
||||||
startposition = 0;
|
startposition = 0;
|
||||||
is_file_player = false;
|
is_file_player = false;
|
||||||
|
Reference in New Issue
Block a user