Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
cc574345
Commit
cc574345
authored
Apr 05, 2011
by
sebastien
Browse files
fix vlm scheduling
Closes #4646
parent
51cada4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/vlm.c
View file @
cc574345
...
...
@@ -506,7 +506,7 @@ static void* Manage( void* p_object )
}
}
}
else
else
if
(
i_nextschedule
==
0
||
i_real_date
<
i_nextschedule
)
{
i_nextschedule
=
i_real_date
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment