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
452
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
Merge requests
!7127
qt: initialize timecode structure and do not use `#if QT_HAS_LIBATOMIC`
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
qt: initialize timecode structure and do not use `#if QT_HAS_LIBATOMIC`
fuzun/vlc:qt/defaultinitializetimersample
into
master
Overview
1
Commits
2
Pipelines
4
Changes
1
Merged
Fatih Uzunoğlu
requested to merge
fuzun/vlc:qt/defaultinitializetimersample
into
master
1 month ago
Overview
1
Commits
2
Pipelines
4
Changes
1
Expand
It is possible that
PlayerController::highResolutionTime()
is called before the timecode is updated.
If
QT_HAS_LIBATOMIC
is not defined, using
#if QT_HAS_LIBATOMIC
may emit a warning. This was first reported by
@robUx4
.
Request review
@chub
.
0
0
Merge request reports
Loading