This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: libdvbv5: T2 delivery descriptor: fix wrong size of bandwidth field
Author:  Clemens Ladisch <clem...@ladisch.de>
Date:    Sat Apr 1 12:50:22 2017 -0300

ETSI EN 300 468 V1.11.1 ยง 6.4.4.2 defines the bandwith field as having
four bits.

Signed-off-by: Clemens Ladisch <clem...@ladisch.de>

 lib/include/libdvbv5/desc_t2_delivery.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=1dc8689ffc41588fc146887332a4cef17eb2ca03
diff --git a/lib/include/libdvbv5/desc_t2_delivery.h 
b/lib/include/libdvbv5/desc_t2_delivery.h
index 460e08bfc635..3a985ab7c237 100644
--- a/lib/include/libdvbv5/desc_t2_delivery.h
+++ b/lib/include/libdvbv5/desc_t2_delivery.h
@@ -86,7 +86,7 @@ struct dvb_desc_t2_delivery {
                        uint16_t transmission_mode:3;
                        uint16_t guard_interval:3;
                        uint16_t reserved:2;
-                       uint16_t bandwidth:3;
+                       uint16_t bandwidth:4;
                        uint16_t SISO_MISO:2;
                } __attribute__((packed));
        } __attribute__((packed));

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to