This commit is contained in:
martii
2012-09-22 16:27:06 +02:00
4 changed files with 149 additions and 59 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;