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.
23 lines
766 B
23 lines
766 B
/*******************************************************************************
|
|
* psi.h: PSI management interface
|
|
* (c)1999 VideoLAN
|
|
*******************************************************************************
|
|
* Requires:
|
|
* "config.h"
|
|
* "common.h"
|
|
* "mtime.h"
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/******************************************************************************
|
|
* 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_PsiClean( input_thread_t *p_input );
|
|
|