Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
7976ebd1
Commit
7976ebd1
authored
Nov 20, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved INPUT_CONTROL_FIFO_SIZE to private header.
parent
4ad64a60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/vlc_input.h
include/vlc_input.h
+0
-3
src/input/input_internal.h
src/input/input_internal.h
+3
-0
No files found.
include/vlc_input.h
View file @
7976ebd1
...
...
@@ -418,9 +418,6 @@ typedef enum input_state_e
#define INPUT_UPDATE_META 0x0040
#define INPUT_UPDATE_SIGNAL 0x0080
/* Input control XXX: internal */
#define INPUT_CONTROL_FIFO_SIZE 100
/** Get the input item for an input thread */
VLC_EXPORT
(
input_item_t
*
,
input_GetItem
,
(
input_thread_t
*
));
...
...
src/input/input_internal.h
View file @
7976ebd1
...
...
@@ -36,6 +36,9 @@
/*****************************************************************************
* Private input fields
*****************************************************************************/
#define INPUT_CONTROL_FIFO_SIZE 100
/* input_source_t: gathers all information per input source */
typedef
struct
{
...
...
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