]> git.sesse.net Git - vlc/commitdiff
Moved INPUT_CONTROL_FIFO_SIZE to private header.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 20 Nov 2008 18:45:11 +0000 (19:45 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 20 Nov 2008 18:45:11 +0000 (19:45 +0100)
include/vlc_input.h
src/input/input_internal.h

index 484dac68d122c73bc47bb4ddd959424935f96fdf..2d24d8a200a36aaa26eb0b1487e86461f217c57c 100644 (file)
@@ -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*));
 
index b529c0afbd16513ec07cb9d6aabd772f27d4e985..1c52d715b09d75aa7f07d93c2b1097fc4a8d5014 100644 (file)
@@ -36,6 +36,9 @@
 /*****************************************************************************
  *  Private input fields
  *****************************************************************************/
+
+#define INPUT_CONTROL_FIFO_SIZE    100
+
 /* input_source_t: gathers all information per input source */
 typedef struct
 {