Avnu / libavtp

Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec.
BSD 3-Clause "New" or "Revised" License
62 stars 34 forks source link

examples: Fix imprecise commentary #29

Closed edersondisouza closed 4 years ago

edersondisouza commented 4 years ago

Multiple timestamps on a CRF PDU are meant to speed up Listener locking its media clock to the supplied clock. While the extra timestamps can be ignored in certain circumstances, it's not due them being "monotonically increasing".

This is done just to keep it simple.

andrew-elder commented 4 years ago

Change looks good to me.

aguedes commented 4 years ago

Thanks for catching that @edersondisouza! I'm merging it now.