Commit 85520acd authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/dvbpsi.c: clarify comment

parent ba68a022
......@@ -317,7 +317,7 @@ bool dvbpsi_packet_push(dvbpsi_t *p_dvbpsi, const uint8_t* p_data)
else
p_payload_pos = p_data + 4;
/* Unit start -> skip the pointer_field and a new section begins */
/* Payload unit start indicator -> skip the pointer_field and a new section begins */
if (p_data[1] & 0x40)
{
p_new_pos = p_payload_pos + *p_payload_pos + 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment