spark: let cRecord use the demux passed as parameter

This commit is contained in:
Stefan Seyfried
2012-09-22 11:09:30 +02:00
parent 99a63b16ca
commit f0cee92240
2 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ class cRecord
{
private:
int file_fd;
int dmx_num;
cDemux *dmx;
pthread_t record_thread;
bool record_thread_running;