Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
fee0be07
Commit
fee0be07
authored
Jun 07, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* input_ext-intf.h: input_ChangeArea/Program are now private to the input.
input_ToggleES is removed.
parent
40a91e26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
include/input_ext-intf.h
include/input_ext-intf.h
+0
-5
No files found.
include/input_ext-intf.h
View file @
fee0be07
...
...
@@ -378,9 +378,4 @@ VLC_EXPORT( input_thread_t *, __input_CreateThread, ( vlc_object_t *, input_item
VLC_EXPORT
(
void
,
input_StopThread
,
(
input_thread_t
*
)
);
VLC_EXPORT
(
void
,
input_DestroyThread
,
(
input_thread_t
*
)
);
VLC_EXPORT
(
char
*
,
input_OffsetToTime
,
(
input_thread_t
*
,
char
*
,
off_t
)
);
VLC_EXPORT
(
int
,
input_ToggleES
,
(
input_thread_t
*
,
es_descriptor_t
*
,
vlc_bool_t
)
);
VLC_EXPORT
(
int
,
input_ChangeArea
,
(
input_thread_t
*
,
input_area_t
*
)
);
VLC_EXPORT
(
int
,
input_ChangeProgram
,
(
input_thread_t
*
,
uint16_t
)
);
#endif
/* "input_ext-intf.h" */
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