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
438
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
4c78bc60
Commit
4c78bc60
authored
9 months ago
by
Thomas Guillem
Committed by
Steve Lhomme
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
atomic: fix static vlc_atomic_rc_t init
It was never used, so no bad consequences (I plan to use it soon).
parent
b06ef34a
No related branches found
Branches containing commit
Tags
3.0.17.3
Tags containing commit
1 merge request
!5306
atomic: fix static vlc_atomic_rc_t init
Pipeline
#463354
passed with warnings with stage
in 40 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc_atomic.h
+1
-1
1 addition, 1 deletion
include/vlc_atomic.h
with
1 addition
and
1 deletion
include/vlc_atomic.h
+
1
−
1
View file @
4c78bc60
...
...
@@ -41,7 +41,7 @@ using std::memory_order_acq_rel;
#include
<time.h>
/* vlc_atomic_timedwait_daytime */
#define VLC_STATIC_RC { \
.refs =
0
\
.refs =
(uintptr_t) 1
\
}
typedef
struct
vlc_atomic_rc_t
{
...
...
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