all: clean up cDemux headers

This commit is contained in:
Stefan Seyfried
2013-11-02 16:44:39 +01:00
parent 60cc22c58a
commit 5a56339925
32 changed files with 246 additions and 508 deletions

View File

@@ -2,7 +2,6 @@
#define __RECORD_TD_H
#include <pthread.h>
#include "dmx_lib.h"
#define REC_STATUS_OK 0
#define REC_STATUS_SLOW 1
@@ -17,6 +16,7 @@ typedef enum {
RECORD_FAILED_MEMORY /* out of memory */
} record_state_t;
class cDemux;
class cRecord
{
private: