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
f44ed771
Commit
f44ed771
authored
Dec 12, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic
parent
e1c87080
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
include/vlc_modules.h
include/vlc_modules.h
+2
-2
src/modules/modules.h
src/modules/modules.h
+1
-6
No files found.
include/vlc_modules.h
View file @
f44ed771
...
...
@@ -25,6 +25,8 @@
#error You are not libvlc or one of its plugins. You cannot include this file
#endif
#if 1
/* FIXME: scheduled for privatization */
#define MODULE_SHORTCUT_MAX 50
/* The module handle type. */
...
...
@@ -46,8 +48,6 @@ typedef shl_t module_handle_t;
/**
* Module descriptor
*/
#ifndef __PLUGIN__FIXME___
/* FIXME: scheduled for privatization */
struct
module_t
{
VLC_COMMON_MEMBERS
...
...
src/modules/modules.h
View file @
f44ed771
...
...
@@ -109,15 +109,10 @@ struct module_t
const
char
*
psz_longname
;
/**< Module descriptive name */
const
char
*
psz_help
;
/**< Long help string for "special" modules */
/*
* Variables set by the module to tell us what it can do
*/
const
char
*
psz_program
;
/**< Program name which will activate the module */
/** Shortcuts to the module */
const
char
*
pp_shortcuts
[
MODULE_SHORTCUT_MAX
];
c
onst
char
*
psz_capability
;
/**< Capability */
c
har
*
psz_capability
;
/**< Capability */
int
i_score
;
/**< Score for the capability */
uint32_t
i_cpu
;
/**< Required CPU capabilities */
...
...
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