Skip to content
GitLab
Explore
Sign in
Register
qt: initialize timecode structure and do not use `#if QT_HAS_LIBATOMIC`
Code
Review changes
Check out branch
Download
Patches
Plain diff
Fatih Uzunoğlu
requested to merge
fuzun/vlc:qt/defaultinitializetimersample
into
master
Apr 02, 2025
Overview
0
Commits
2
Pipelines
2
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
.
Merge request reports
Loading