mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
libtriple: bring cRecord::Open in line with CS code
This commit is contained in:
@@ -44,7 +44,7 @@ cRecord::~cRecord()
|
|||||||
INFO("end\n");
|
INFO("end\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cRecord::Open(int /*numpids*/)
|
bool cRecord::Open(void)
|
||||||
{
|
{
|
||||||
INFO("\n");
|
INFO("\n");
|
||||||
exit_flag = RECORD_STOPPED;
|
exit_flag = RECORD_STOPPED;
|
||||||
|
@@ -25,16 +25,11 @@ class cRecord
|
|||||||
cRecord(int num = 0);
|
cRecord(int num = 0);
|
||||||
~cRecord();
|
~cRecord();
|
||||||
|
|
||||||
bool Open(int numpids);
|
bool Open();
|
||||||
bool Start(int fd, unsigned short vpid, unsigned short *apids, int numpids);
|
bool Start(int fd, unsigned short vpid, unsigned short *apids, int numapids);
|
||||||
bool Stop(void);
|
bool Stop(void);
|
||||||
bool ChangePids(unsigned short vpid, unsigned short *apids, int numapids);
|
bool ChangePids(unsigned short vpid, unsigned short *apids, int numapids);
|
||||||
|
|
||||||
void RecordThread();
|
void RecordThread();
|
||||||
#if 0
|
|
||||||
/* apparently unused */
|
|
||||||
void Close(void);
|
|
||||||
void RecordNotify(int Event, void *pData);
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user