]> git.sesse.net Git - vlc/commitdiff
input: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use...
authorLaurent Aimar <fenrir@videolan.org>
Mon, 22 Nov 2004 09:52:06 +0000 (09:52 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 22 Nov 2004 09:52:06 +0000 (09:52 +0000)
include/vlc_input.h

index ebee79b7cb704067fca6a051c73e8e34c44f3a7d..bf988a87f1e81e4bf4fff023b1276921a4eb8561 100644 (file)
@@ -447,6 +447,9 @@ enum input_query_e
     INPUT_CHANGE_BOOKMARK, /* arg1= seekpoint_t * arg2= int * res=can fail   */
     INPUT_DEL_BOOKMARK,    /* arg1= seekpoint_t *  res=can fail   */
     INPUT_SET_BOOKMARK,    /* arg1= int  res=can fail    */
+
+    /* On the fly input slave */
+    INPUT_ADD_SLAVE,       /* arg1= char * */
 };
 
 VLC_EXPORT( int, input_vaControl,( input_thread_t *, int i_query, va_list  ) );