mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 22:28:28 +02:00
move MAX_SECTION_LENGTH to dmx.h
Origin commit data
------------------
Commit: 95ec5d0f44
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-02 (Fri, 02 Mar 2012)
This commit is contained in:
@@ -41,6 +41,8 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#define MAX_SECTION_LENGTH (0x0fff + 3)
|
||||||
|
|
||||||
typedef uint64_t sections_id_t;
|
typedef uint64_t sections_id_t;
|
||||||
typedef unsigned char version_number_t;
|
typedef unsigned char version_number_t;
|
||||||
|
|
||||||
@@ -94,7 +96,6 @@ public:
|
|||||||
pthread_cond_t change_cond;
|
pthread_cond_t change_cond;
|
||||||
pthread_mutex_t start_stop_mutex;
|
pthread_mutex_t start_stop_mutex;
|
||||||
|
|
||||||
|
|
||||||
DMX();
|
DMX();
|
||||||
DMX(const unsigned short p, const unsigned short bufferSizeInKB, const bool cache = true, int dmx_source = 0);
|
DMX(const unsigned short p, const unsigned short bufferSizeInKB, const bool cache = true, int dmx_source = 0);
|
||||||
~DMX();
|
~DMX();
|
||||||
|
Reference in New Issue
Block a user