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
0f382e74
Commit
0f382e74
authored
Oct 21, 2006
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variables
parent
4bcb2f21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
modules/services_discovery/shout.c
modules/services_discovery/shout.c
+0
-2
modules/video_filter/noise.c
modules/video_filter/noise.c
+0
-1
No files found.
modules/services_discovery/shout.c
View file @
0f382e74
...
@@ -119,8 +119,6 @@ static int OpenTV( vlc_object_t *p_this )
...
@@ -119,8 +119,6 @@ static int OpenTV( vlc_object_t *p_this )
static
int
Open
(
vlc_object_t
*
p_this
,
int
i_type
)
static
int
Open
(
vlc_object_t
*
p_this
,
int
i_type
)
{
{
services_discovery_t
*
p_sd
=
(
services_discovery_t
*
)
p_this
;
services_discovery_t
*
p_sd
=
(
services_discovery_t
*
)
p_this
;
vlc_value_t
val
;
playlist_view_t
*
p_view
;
playlist_t
*
p_playlist
=
pl_Yield
(
p_this
);
playlist_t
*
p_playlist
=
pl_Yield
(
p_this
);
DECMALLOC_ERR
(
p_sys
,
services_discovery_sys_t
);
DECMALLOC_ERR
(
p_sys
,
services_discovery_sys_t
);
p_sd
->
p_sys
=
p_sys
;
p_sd
->
p_sys
=
p_sys
;
...
...
modules/video_filter/noise.c
View file @
0f382e74
...
@@ -141,7 +141,6 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
...
@@ -141,7 +141,6 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
for
(
i_index
=
0
;
i_index
<
p_pic
->
i_planes
;
i_index
++
)
for
(
i_index
=
0
;
i_index
<
p_pic
->
i_planes
;
i_index
++
)
{
{
int
i_line
,
i_num_lines
,
i_col
,
i_num_cols
;
int
i_line
,
i_num_lines
,
i_col
,
i_num_cols
;
uint8_t
black_pixel
;
uint8_t
*
p_in
,
*
p_out
;
uint8_t
*
p_in
,
*
p_out
;
p_in
=
p_pic
->
p
[
i_index
].
p_pixels
;
p_in
=
p_pic
->
p
[
i_index
].
p_pixels
;
...
...
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