[bTSstream-devel] [Git][videolan/bitstream][master] desc_48: fix make check
Christophe Massiot
gitlab at videolan.org
Wed May 2 13:26:03 CEST 2018
Christophe Massiot pushed to branch master at VideoLAN / bitstream
Commits:
11dc4a96 by Christophe Massiot at 2018-05-02T13:25:27+02:00
desc_48: fix make check
- - - - -
1 changed file:
- dvb/si/desc_48.h
Changes:
=====================================
dvb/si/desc_48.h
=====================================
--- a/dvb/si/desc_48.h
+++ b/dvb/si/desc_48.h
@@ -75,7 +75,7 @@ static inline void desc48_set_provider(uint8_t *p_desc,
static inline uint8_t *desc48_get_provider(const uint8_t *p_desc,
uint8_t *pi_length)
{
- uint8_t *p = p_desc + DESC48_HEADER_SIZE;
+ uint8_t *p = (uint8_t *)p_desc + DESC48_HEADER_SIZE;
*pi_length = p[0];
return p + 1;
}
View it on GitLab: https://code.videolan.org/videolan/bitstream/commit/11dc4a96a6d335099e70d853906b948028fa094e
---
View it on GitLab: https://code.videolan.org/videolan/bitstream/commit/11dc4a96a6d335099e70d853906b948028fa094e
You're receiving this email because of your account on code.videolan.org.
More information about the biTStream-devel
mailing list