diff options
Diffstat (limited to 'sys/dvb/gstdvbsrc.h')
-rw-r--r-- | sys/dvb/gstdvbsrc.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dvb/gstdvbsrc.h b/sys/dvb/gstdvbsrc.h index e9756a67..46b301c1 100644 --- a/sys/dvb/gstdvbsrc.h +++ b/sys/dvb/gstdvbsrc.h @@ -52,10 +52,8 @@ G_BEGIN_DECLS int adapter_type; - char *device; /* the device directory with the sub-devices */ - char *frontend_dev; - char *dvr_dev; - char *demux_dev; + int adapter_number; /* the device directory with the sub-devices */ + int frontend_number; int fd_frontend; int fd_dvr; |