mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
all: clean up cDemux headers
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user