|
@ -212,6 +212,9 @@ void Xsync::parseTimecodeMsgAndReport(XsyncNetAdd &from, uint8_t *data, size_t l |
|
|
xysnc_timecode_t timecode; |
|
|
xysnc_timecode_t timecode; |
|
|
/**
|
|
|
/**
|
|
|
* @brief |
|
|
* @brief |
|
|
|
|
|
* |
|
|
|
|
|
* 01 02 03 04 01 02 03 04 |
|
|
|
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
uint8_t frameuints = packet->timecode0 & 0x0f; |
|
|
uint8_t frameuints = packet->timecode0 & 0x0f; |
|
|