summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-04 23:07:55 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-04 23:07:55 +0000
commitf2a5c40ac7e30a7fd46b10464cbf8b472d6688fb (patch)
treecb7408be85dd884062cdd6eda44c1ebdfd50bb23 /stream/dvbin.h
parentf3e6bf62a8c48da7c8448ddc5c7587630e670c94 (diff)
downloadmpv-f2a5c40ac7e30a7fd46b10464cbf8b472d6688fb.tar.bz2
mpv-f2a5c40ac7e30a7fd46b10464cbf8b472d6688fb.tar.xz
cosmetics: reformatted with only tabs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20677 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 2f2ce2c97d..0c615e21e9 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -67,7 +67,6 @@ typedef struct {
fe_hierarchy_t hier;
} dvb_channel_t;
-
typedef struct {
uint16_t NUM_CHANNELS;
uint16_t current;
@@ -87,16 +86,15 @@ typedef struct {
void *priv;
} dvb_config_t;
-
typedef struct {
int card;
- int fe_fd;
- int sec_fd;
- int demux_fd[3], demux_fds[DMX_FILTER_SIZE], demux_fds_cnt;
- int dvr_fd;
+ int fe_fd;
+ int sec_fd;
+ int demux_fd[3], demux_fds[DMX_FILTER_SIZE], demux_fds_cnt;
+ int dvr_fd;
- dvb_config_t *config;
- dvb_channels_list *list;
+ dvb_config_t *config;
+ dvb_channels_list *list;
int tuner_type;
int is_on;
stream_t *stream;