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
439
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
b8cec147
Commit
b8cec147
authored
2 years ago
by
François Cartegnie
Browse files
Options
Downloads
Patches
Plain Diff
vlc_tracer: fix union target member
parent
9f41c71b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#297954
passed with stage
Stage:
in 12 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc_tracer.h
+1
-1
1 addition, 1 deletion
include/vlc_tracer.h
with
1 addition
and
1 deletion
include/vlc_tracer.h
+
1
−
1
View file @
b8cec147
...
...
@@ -106,7 +106,7 @@ VLC_API void vlc_tracer_TraceWithTs(struct vlc_tracer *tracer, vlc_tick_t ts, ..
static
inline
struct
vlc_tracer_entry
vlc_tracer_entry_FromTick
(
const
char
*
key
,
vlc_tick_t
value
)
{
vlc_tracer_value_t
tracer_value
;
tracer_value
.
integer
=
value
;
tracer_value
.
tick
=
value
;
struct
vlc_tracer_entry
trace
=
{
key
,
tracer_value
,
VLC_TRACER_TICK
};
return
trace
;
}
...
...
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