[bTSstream-devel] [Git][videolan/bitstream][master] 2 commits: rtcp_get_rc: missing const
Christophe Massiot
gitlab at videolan.org
Fri Nov 23 17:34:17 CET 2018
Christophe Massiot pushed to branch master at VideoLAN / bitstream
Commits:
de9a0fe6 by Rafaël Carré at 2018-11-21T14:32:42Z
rtcp_get_rc: missing const
- - - - -
6cd871dc by Christophe Massiot at 2018-11-23T16:34:23Z
Merge branch 'funman-const'
- - - - -
1 changed file:
- ietf/rtcp.h
Changes:
=====================================
ietf/rtcp.h
=====================================
@@ -35,7 +35,7 @@ static inline void rtcp_set_rtp_version(uint8_t *p_rtcp)
p_rtcp[0] = RTCP_RTP_VERSION << 6;
}
-static inline uint8_t rtcp_get_rc(uint8_t *p_rtcp)
+static inline uint8_t rtcp_get_rc(const uint8_t *p_rtcp)
{
return p_rtcp[0] & 0x1f;
}
View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/a9b69ce2680ee361e0327ce0c8c2fdee48e390c3...6cd871dc967cd4c50538fb983c09c2ad6cd7b9ce
--
View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/a9b69ce2680ee361e0327ce0c8c2fdee48e390c3...6cd871dc967cd4c50538fb983c09c2ad6cd7b9ce
You're receiving this email because of your account on code.videolan.org.
More information about the biTStream-devel
mailing list