Browse Source

fix ietf/rtcp include guard

master
Arnaud de Turckheim 10 years ago
committed by Christophe Massiot
parent
commit
ff3b4fbb54
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      ietf/rtcp.h

+ 3
- 4
ietf/rtcp.h View File

@ -1,5 +1,5 @@
#ifndef RTCP_H_
# define RTCP_H_
#ifndef __BITSTREAM_IETF_RTCP_H__
# define __BITSTREAM_IETF_RTCP_H__
# include <inttypes.h>
@ -68,5 +68,4 @@ static inline void rtcp_sr_set_octet_count(uint8_t *p_rtcp_sr,
p_rtcp_sr[27] = octet_count & 0xff;
}
#endif /* !RTCP_H_ */
#endif /* !__BITSTREAM_IETF_RTCP_H__ */

Loading…
Cancel
Save