mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
CMoviePlayerGui: Initialize variables to paint subtitle
This commit is contained in:
committed by
M. Liebmann
parent
85b25750d5
commit
868574f50f
@@ -141,6 +141,11 @@ void CMoviePlayerGui::Init(void)
|
||||
timeshift = 0;
|
||||
numpida = 0;
|
||||
showStartingHint = false;
|
||||
|
||||
min_x = 0;
|
||||
max_x = 0;
|
||||
min_y = 0;
|
||||
max_y = 0;
|
||||
}
|
||||
|
||||
void CMoviePlayerGui::cutNeutrino()
|
||||
|
Reference in New Issue
Block a user