Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
429
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
526431db
Commit
526431db
authored
2 years ago
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
video_output: don't set render_now at all on late redisplay
It's already true by default.
parent
c6b27949
No related branches found
Branches containing commit
No related tags found
1 merge request
!2024
video_output: rework the logical flow of DisplayPicture()
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/video_output/video_output.c
+0
-1
0 additions, 1 deletion
src/video_output/video_output.c
with
0 additions
and
1 deletion
src/video_output/video_output.c
+
0
−
1
View file @
526431db
...
...
@@ -1437,7 +1437,6 @@ static vlc_tick_t DisplayPicture(vout_thread_sys_t *vout)
vlc_tick_t
max_deadline
=
vlc_tick_now
()
+
VOUT_REDISPLAY_DELAY
;
return
__MIN
(
date_refresh
,
max_deadline
);
}
render_now
=
true
;
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment