protocol/rtcp/parse_test.go: constant overflows int when testing on Pi

Issue #180 resolved
Saxon Milton created an issue

on line 55:

t.Errorf("most significant word of timestamp is not what's expected. \nGot: %v\n Want: %v\n", ts.Seconds, expectedMSW)

expectedMSW overflows int.

Comments (1)

  1. Log in to comment