Commit 7976ebd1 authored by Laurent Aimar's avatar Laurent Aimar

Moved INPUT_CONTROL_FIFO_SIZE to private header.

parent 4ad64a60
...@@ -418,9 +418,6 @@ typedef enum input_state_e ...@@ -418,9 +418,6 @@ typedef enum input_state_e
#define INPUT_UPDATE_META 0x0040 #define INPUT_UPDATE_META 0x0040
#define INPUT_UPDATE_SIGNAL 0x0080 #define INPUT_UPDATE_SIGNAL 0x0080
/* Input control XXX: internal */
#define INPUT_CONTROL_FIFO_SIZE 100
/** Get the input item for an input thread */ /** Get the input item for an input thread */
VLC_EXPORT(input_item_t*, input_GetItem, (input_thread_t*)); VLC_EXPORT(input_item_t*, input_GetItem, (input_thread_t*));
......
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
/***************************************************************************** /*****************************************************************************
* Private input fields * Private input fields
*****************************************************************************/ *****************************************************************************/
#define INPUT_CONTROL_FIFO_SIZE 100
/* input_source_t: gathers all information per input source */ /* input_source_t: gathers all information per input source */
typedef struct typedef struct
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment