New upstream version 22.0.3+dfsg1
This commit is contained in:
parent
665f64a933
commit
cdc9a9fc87
334 changed files with 14525 additions and 2639 deletions
|
|
@ -237,8 +237,8 @@ static void stinger_transition_start(void *data)
|
|||
(long double)s->transition_point_ns /
|
||||
(long double)s->duration_ns);
|
||||
|
||||
if (s->transition_point > 1.0f)
|
||||
s->transition_point = 1.0f;
|
||||
if (s->transition_point > 0.999f)
|
||||
s->transition_point = 0.999f;
|
||||
else if (s->transition_point < 0.001f)
|
||||
s->transition_point = 0.001f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue