[vlc-devel] commit: Moved INPUT_CONTROL_FIFO_SIZE to private header. (Laurent Aimar )

git version control git at videolan.org
Thu Nov 20 19:58:10 CET 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Nov 20 19:45:11 2008 +0100| [7976ebd1f3067909647ea7d5f07015d513fe26b3] | committer: Laurent Aimar 

Moved INPUT_CONTROL_FIFO_SIZE to private header.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7976ebd1f3067909647ea7d5f07015d513fe26b3
---

 include/vlc_input.h        |    3 ---
 src/input/input_internal.h |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/vlc_input.h b/include/vlc_input.h
index 484dac6..2d24d8a 100644
--- a/include/vlc_input.h
+++ b/include/vlc_input.h
@@ -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*));
 
diff --git a/src/input/input_internal.h b/src/input/input_internal.h
index b529c0a..1c52d71 100644
--- a/src/input/input_internal.h
+++ b/src/input/input_internal.h
@@ -36,6 +36,9 @@
 /*****************************************************************************
  *  Private input fields
  *****************************************************************************/
+
+#define INPUT_CONTROL_FIFO_SIZE    100
+
 /* input_source_t: gathers all information per input source */
 typedef struct
 {




More information about the vlc-devel mailing list