mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
adapt cRecord API to coolstream changes
Origin commit data
------------------
Branch: master
Commit: c4422bcfbb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-12 (Fri, 12 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -54,7 +54,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;
|
||||
@@ -306,3 +306,13 @@ void cRecord::RecordThread()
|
||||
pthread_exit(NULL);
|
||||
}
|
||||
|
||||
int GetStatus()
|
||||
{
|
||||
/* dummy for now */
|
||||
return REC_STATUS_OK;
|
||||
}
|
||||
|
||||
void ResetStatus()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user