From 6c7a754004647195e9ceeaf50cf07b72a3e65e43 Mon Sep 17 00:00:00 2001 From: internal <> Date: Fri, 3 Nov 2023 11:11:39 +0100 Subject: [PATCH] add inversion and rolloff fields --- lib/src/dddvb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/dddvb.h b/lib/src/dddvb.h index a478bb2..c09781a 100644 --- a/lib/src/dddvb.h +++ b/lib/src/dddvb.h @@ -76,6 +76,8 @@ struct dddvb_fe { uint32_t lock; uint32_t quality; uint32_t pls_code; + uint32_t inversion; + uint32_t rolloff; int64_t strength; int64_t cnr; int64_t ber;