Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
0a3e0334
Commit
0a3e0334
authored
Apr 12, 2012
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvbsub: Remove write only variable.
parent
8722fe58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
modules/codec/dvbsub.c
modules/codec/dvbsub.c
+1
-3
No files found.
modules/codec/dvbsub.c
View file @
0a3e0334
...
@@ -1475,7 +1475,7 @@ static subpicture_t *render( decoder_t *p_dec )
...
@@ -1475,7 +1475,7 @@ static subpicture_t *render( decoder_t *p_dec )
decoder_sys_t
*
p_sys
=
p_dec
->
p_sys
;
decoder_sys_t
*
p_sys
=
p_dec
->
p_sys
;
subpicture_t
*
p_spu
;
subpicture_t
*
p_spu
;
subpicture_region_t
**
pp_spu_region
;
subpicture_region_t
**
pp_spu_region
;
int
i
,
j
,
i_timeout
=
0
;
int
i
,
j
;
int
i_base_x
;
int
i_base_x
;
int
i_base_y
;
int
i_base_y
;
...
@@ -1536,8 +1536,6 @@ static subpicture_t *render( decoder_t *p_dec )
...
@@ -1536,8 +1536,6 @@ static subpicture_t *render( decoder_t *p_dec )
video_palette_t
palette
;
video_palette_t
palette
;
int
i_pitch
;
int
i_pitch
;
i_timeout
=
p_sys
->
p_page
->
i_timeout
;
p_regiondef
=
&
p_sys
->
p_page
->
p_region_defs
[
i
];
p_regiondef
=
&
p_sys
->
p_page
->
p_region_defs
[
i
];
/* Find associated region */
/* Find associated region */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment