ETSI EN 300 468 V1.11.1 § 6.4.4.2 defines the bandwith field as having four bits. Signed-off-by: Clemens Ladisch <clemens@xxxxxxxxxx> --- v4l-utils/lib/include/libdvbv5/desc_t2_delivery.h.orig +++ v4l-utils/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));