summaryrefslogtreecommitdiff
path: root/src/input/dvb
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/dvb')
-rw-r--r--src/input/dvb/Makefile.am2
-rw-r--r--src/input/dvb/dmx.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/input/dvb/Makefile.am b/src/input/dvb/Makefile.am
index 229ac21bf..84310507c 100644
--- a/src/input/dvb/Makefile.am
+++ b/src/input/dvb/Makefile.am
@@ -2,4 +2,4 @@ include $(top_srcdir)/misc/Makefile.common
noinst_HEADERS = \
dmx.h \
- frontend.h
+ frontend.h
diff --git a/src/input/dvb/dmx.h b/src/input/dvb/dmx.h
index 51d3c48cd..018c7de59 100644
--- a/src/input/dvb/dmx.h
+++ b/src/input/dvb/dmx.h
@@ -1,4 +1,4 @@
-/*
+/*
* dmx.h
*
* Copyright (C) 2000 Marcus Metzler <marcus@convergence.de>
@@ -149,7 +149,7 @@ struct dmx_event
typedef struct dmx_caps {
uint32_t caps;
- int num_decoders;
+ int num_decoders;
} dmx_caps_t;
typedef enum {
@@ -164,7 +164,7 @@ typedef enum {
} dmx_source_t;
-#define DMX_START _IO('o',41)
+#define DMX_START _IO('o',41)
#define DMX_STOP _IO('o',42)
#define DMX_SET_FILTER _IOW('o',43,struct dmx_sct_filter_params)
#define DMX_SET_PES_FILTER _IOW('o',44,struct dmx_pes_filter_params)