Mercurial > mplayer.hg
changeset 20661:d698ee121edc
cosmetics: reformatted with only tabs
author | nicodvb |
---|---|
date | Sat, 04 Nov 2006 23:07:55 +0000 |
parents | 89b78ea6bc70 |
children | 91bf44886996 |
files | stream/dvbin.h |
diffstat | 1 files changed, 6 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/dvbin.h Sat Nov 04 23:05:38 2006 +0000 +++ b/stream/dvbin.h Sat Nov 04 23:07:55 2006 +0000 @@ -67,7 +67,6 @@ fe_hierarchy_t hier; } dvb_channel_t; - typedef struct { uint16_t NUM_CHANNELS; uint16_t current; @@ -87,16 +86,15 @@ 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;