Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
03055546
Commit
03055546
authored
Apr 18, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused vout_thread_t:p_module field.
parent
dfc4f334
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
include/vlc_vout.h
include/vlc_vout.h
+0
-1
src/video_output/video_output.c
src/video_output/video_output.c
+0
-1
No files found.
include/vlc_vout.h
View file @
03055546
...
...
@@ -132,7 +132,6 @@ struct vout_thread_t
/** \name Plugin used and shortcuts to access its capabilities */
/**@{*/
module_t
*
p_module
;
int
(
*
pf_init
)
(
vout_thread_t
*
);
void
(
*
pf_end
)
(
vout_thread_t
*
);
int
(
*
pf_manage
)
(
vout_thread_t
*
);
...
...
src/video_output/video_output.c
View file @
03055546
...
...
@@ -495,7 +495,6 @@ vout_thread_t * vout_Create( vlc_object_t *p_parent, video_format_t *p_fmt )
psz_name
=
psz_tmp
;
}
p_vout
->
p
->
psz_module_name
=
psz_name
;
p_vout
->
p_module
=
NULL
;
/* */
vlc_object_set_destructor
(
p_vout
,
vout_Destructor
);
...
...
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