Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
c688c805
Commit
c688c805
authored
Aug 17, 2011
by
Jean-Baptiste Kempf
Browse files
Mosaic: remove unused variable
parent
e74b7d93
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/mosaic.c
View file @
c688c805
...
...
@@ -281,11 +281,9 @@ static int CreateFilter( vlc_object_t *p_this )
{
filter_t
*
p_filter
=
(
filter_t
*
)
p_this
;
filter_sys_t
*
p_sys
;
vlc_object_t
*
p_libvlc
=
VLC_OBJECT
(
p_filter
->
p_libvlc
);
char
*
psz_order
,
*
_psz_order
;
char
*
psz_offsets
;
int
i_index
;
vlc_value_t
val
;
int
i_command
;
/* Allocate structure */
...
...
Write
Preview
Supports
Markdown
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