diff --git a/src/eitd/dmx.h b/src/eitd/dmx.h index 65c408dae..52032eeef 100644 --- a/src/eitd/dmx.h +++ b/src/eitd/dmx.h @@ -41,6 +41,8 @@ #include #include +#define MAX_SECTION_LENGTH (0x0fff + 3) + typedef uint64_t sections_id_t; typedef unsigned char version_number_t; @@ -94,7 +96,6 @@ public: pthread_cond_t change_cond; pthread_mutex_t start_stop_mutex; - DMX(); DMX(const unsigned short p, const unsigned short bufferSizeInKB, const bool cache = true, int dmx_source = 0); ~DMX();