Commits on Source (22)
-
This will allow some simplifications
ac85c5a6 -
date_refresh was always VLC_TICK_MAX
027d270a -
We can only reach this code with next = NULL, therefore first can only be false and refresh has its default value "false". So this test is always true.
b62e602a -
The code is logically equivalent. It will allow some simplifications later.
a845733d -
- We can't get in this code with next != NULL. - We can't get in this code with first, because next is NULL, we exited earlier
fd445172 -
We return with VOUT_REDISPLAY_DELAY before that.
c6b27949 -
It's already true by default.
526431db -
It's most likely wrong to display a forced picture right away. But for now the code is equivalent.
76aa1d6e -
To be removed next.
542da574 -
It's in each section before.
639fde42 -
next cannot be NULL here.
227558c9 -
And always return as render_now is always true here.
03382abf -
All other code pathes return before reaching this code.
bb19aa3e -
bd354bcc
-
2b3ce53a
-
adaebe78
-
8876fd66
-
And keep the comment for now.
7e5cac38 -
We can do the actual test directly
ee23dd8c -
2a1ad8d5
-
They all return vlc_tick_now() + VOUT_REDISPLAY_DELAY eventually.
257f90ed -
We can safely go down the code, it will return the same value as we did: - next is NULL - sys->displayed.date is VLC_TICK_INVALID since it's the first picture
744efb1b