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
465
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
852f0db9
Commit
852f0db9
authored
14 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
libass: kill unused variable warnings
parent
1e7c4bb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/codec/libass.c
+2
-0
2 additions, 0 deletions
modules/codec/libass.c
with
2 additions
and
0 deletions
modules/codec/libass.c
+
2
−
0
View file @
852f0db9
...
...
@@ -370,6 +370,8 @@ static void SubpictureUpdate( subpicture_t *p_subpic,
const
video_format_t
*
p_fmt_dst
,
mtime_t
i_ts
)
{
VLC_UNUSED
(
p_fmt_src
);
VLC_UNUSED
(
p_fmt_dst
);
VLC_UNUSED
(
i_ts
);
decoder_sys_t
*
p_sys
=
p_subpic
->
updater
.
p_sys
->
p_dec_sys
;
ass_handle_t
*
p_ass
=
p_sys
->
p_ass
;
...
...
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