Files
zoneminder/src/zm_rtp_data.cpp
Isaac Connor 56453c4aee fix: correct type mismatches in RtpDataThread
- Change SSRC variable from unsigned long to uint32_t to match the
  struct definition (avoids inconsistent width on 64-bit platforms)
- Fix format specifier from %lx to %x to match uint32_t
- Change recv return type from int to ssize_t for correctness and
  consistency with zm_rtp_ctrl.cpp

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 12:45:56 -05:00

3.8 KiB