mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
demux: define MAX_DMX_UNITS (not yet used)
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
#include <linux/dvb/dmx.h>
|
#include <linux/dvb/dmx.h>
|
||||||
#include "../common/cs_types.h"
|
#include "../common/cs_types.h"
|
||||||
|
|
||||||
|
#define MAX_DMX_UNITS 4
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
DMX_INVALID = 0,
|
DMX_INVALID = 0,
|
||||||
|
@@ -8,6 +8,8 @@
|
|||||||
#include <linux/dvb/dmx.h>
|
#include <linux/dvb/dmx.h>
|
||||||
#include "../common/cs_types.h"
|
#include "../common/cs_types.h"
|
||||||
|
|
||||||
|
#define MAX_DMX_UNITS 4
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
DMX_INVALID = 0,
|
DMX_INVALID = 0,
|
||||||
|
@@ -8,6 +8,8 @@
|
|||||||
#include <linux/dvb/dmx.h>
|
#include <linux/dvb/dmx.h>
|
||||||
#include "../common/cs_types.h"
|
#include "../common/cs_types.h"
|
||||||
|
|
||||||
|
#define MAX_DMX_UNITS 4
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
DMX_INVALID = 0,
|
DMX_INVALID = 0,
|
||||||
|
@@ -14,6 +14,8 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
#define DMX_FILTER_SIZE FILTER_LENGTH
|
#define DMX_FILTER_SIZE FILTER_LENGTH
|
||||||
|
|
||||||
|
#define MAX_DMX_UNITS 4
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
DMX_INVALID = 0,
|
DMX_INVALID = 0,
|
||||||
|
Reference in New Issue
Block a user