mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
sync
This commit is contained in:
@@ -67,7 +67,7 @@ void cRecord::Close(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
bool cRecord::Start(int fd, unsigned short vpid, unsigned short * apids, int numpids)
|
||||
bool cRecord::Start(int fd, unsigned short vpid, unsigned short *apids, int numpids, uint64_t)
|
||||
{
|
||||
lt_info("%s: fd %d, vpid 0x%03x\n", __func__, fd, vpid);
|
||||
int i;
|
||||
@@ -404,3 +404,13 @@ void cRecord::RecordThread()
|
||||
pthread_exit(NULL);
|
||||
}
|
||||
|
||||
int cRecord::GetStatus()
|
||||
{
|
||||
/* dummy for now */
|
||||
return REC_STATUS_OK;
|
||||
}
|
||||
|
||||
void cRecord::ResetStatus()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user