[PATCH] libdvbv5: T2 delivery descriptor: fix wrong size of bandwidth field

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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));



[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux