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
428
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
03382abf
Commit
03382abf
authored
2 years ago
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
video_output: copy the RenderPicture code in displayed.date code
And always return as render_now is always true here.
parent
227558c9
No related branches found
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
+2
-0
2 additions, 0 deletions
src/video_output/video_output.c
with
2 additions
and
0 deletions
src/video_output/video_output.c
+
2
−
0
View file @
03382abf
...
...
@@ -1439,6 +1439,8 @@ 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
);
}
RenderPicture
(
vout
,
true
);
return
vlc_tick_now
()
+
VOUT_REDISPLAY_DELAY
;
}
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