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.
12 lines
635 B
12 lines
635 B
/*******************************************************************************
|
|
* psi.h: PSI management interface
|
|
* (c)1999 VideoLAN
|
|
******************************************************************************/
|
|
|
|
/******************************************************************************
|
|
* Prototypes
|
|
******************************************************************************/
|
|
int input_PsiInit ( input_thread_t *p_input );
|
|
void input_PsiDecode ( input_thread_t *p_input, psi_section_t* p_psi_section );
|
|
void input_PsiRead ( input_thread_t *p_input );
|
|
int input_PsiEnd ( input_thread_t *p_input );
|
|
|