summaryrefslogtreecommitdiff
path: root/sys/dvb/gstdvbsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dvb/gstdvbsrc.h')
-rw-r--r--sys/dvb/gstdvbsrc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dvb/gstdvbsrc.h b/sys/dvb/gstdvbsrc.h
index b9d07d717..9469b6628 100644
--- a/sys/dvb/gstdvbsrc.h
+++ b/sys/dvb/gstdvbsrc.h
@@ -104,6 +104,11 @@ struct _GstDvbSrc
gboolean need_unlock;
guint dvb_buffer_size;
+
+ /* LNB properties */
+ unsigned int lnb_slof;
+ unsigned int lnb_lof1;
+ unsigned int lnb_lof2;
};
struct _GstDvbSrcClass