typedef void (*PTsFilterCallback)( void *handle, void* filter, unsigned char *buf, int32_t size, uint32_t lParam );调用函数
void* Demux_CreateFilterEx( void *handle, uint16_t pid, unsigned char tid,
   unsigned char tid_mask,uint16_t tid_ext, uint16_t tid_ext_mask,int qsize, 
   PTsFilterCallback pProc, uint32_t lParam)回调函数
static BOOL OnPMTSection( void *handle, void* filter, unsigned char *buf, int32_t size, uint32_t lParam )
error C2664: 'Demux_CreateFilterEx' : cannot convert parameter 8 from 'int (void *,void *,unsigned char *,int,unsigned long)' to 'void (__cdecl *)(void *,void *,unsi
gned char *,int,unsigned long)'
        None of the functions with this name in scope match the target type
各位大侠,求尽快解决啊