linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libdvbv5: T2 delivery descriptor: fix wrong size of bandwidth field
@ 2017-04-01 15:50 Clemens Ladisch
  2017-05-02 20:30 ` Gregor Jasny
  0 siblings, 1 reply; 10+ messages in thread
From: Clemens Ladisch @ 2017-04-01 15:50 UTC (permalink / raw)
  To: linux-media

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@ladisch.de>

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-05-07 22:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-01 15:50 [PATCH] libdvbv5: T2 delivery descriptor: fix wrong size of bandwidth field Clemens Ladisch
2017-05-02 20:30 ` Gregor Jasny
2017-05-02 20:49   ` Mauro Carvalho Chehab
2017-05-03 12:53   ` Mauro Carvalho Chehab
2017-05-03 22:33     ` Mauro Carvalho Chehab
2017-05-04  7:55       ` Gregor Jasny
2017-05-04 12:11         ` Mauro Carvalho Chehab
2017-05-04 23:14           ` Reinhard Speyerer
2017-05-05  0:37             ` Mauro Carvalho Chehab
2017-05-07 11:43             ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).