You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
739 B
21 lines
739 B
/*******************************************************************************
|
|
* input_ctrl.h: Decodeur control
|
|
* (c)1999 VideoLAN
|
|
*******************************************************************************
|
|
* Requires:
|
|
* "config.h"
|
|
* "common.h"
|
|
* "mtime.h"
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/******************************************************************************
|
|
* Prototypes
|
|
******************************************************************************/
|
|
int input_AddPgrmElem( input_thread_t *p_input, int i_current_pid );
|
|
int input_DelPgrmElem( input_thread_t *p_input, int i_current_pid );
|
|
boolean_t input_IsElemRecv( input_thread_t *p_input, int i_pid );
|
|
|