* libucsi: dvb_id_selector_byte_000b not needed for dvb_ip_mac_notification_info iteration
@ 2014-12-15 9:13 Neil Armstrong
0 siblings, 0 replies; only message in thread
From: Neil Armstrong @ 2014-12-15 9:13 UTC (permalink / raw)
To: linux-media
[-- Attachment #1: Type: text/plain, Size: 794 bytes --]
For the dvb_ip_mac_notification_info iteration, the field dvb_id_selector_byte_000b
is only needed in the first iteration.
Signed-off-by: Neil Armstrong <narmstrong@neotion.com>
---
lib/libucsi/dvb/data_broadcast_id_descriptor.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lib/libucsi/dvb/data_broadcast_id_descriptor.h b/lib/libucsi/dvb/data_broadcast_id_descriptor.h
--- a/lib/libucsi/dvb/data_broadcast_id_descriptor.h
+++ b/lib/libucsi/dvb/data_broadcast_id_descriptor.h
@@ -201,7 +201,6 @@
{
uint8_t *end = (uint8_t *) d + d->platform_id_data_length;
uint8_t *next = (uint8_t *) pos +
- sizeof(struct dvb_id_selector_byte_000b) +
sizeof(struct dvb_ip_mac_notification_info);
if (next >= end)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-15 9:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-15 9:13 libucsi: dvb_id_selector_byte_000b not needed for dvb_ip_mac_notification_info iteration Neil Armstrong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.