This commit is contained in:
pvvx 2017-09-25 19:31:57 +03:00
parent 7ce370d5b3
commit b075b615b6
26 changed files with 410 additions and 119 deletions

View file

@ -98,7 +98,7 @@ struct stream_context
#define RTP_PT_H263 34
#define RTP_PT_RTCP_BASE 72
#define RTP_PT_DYN_BASE 96
#define RTP_PT_UNKNOWN -1
//?#define RTP_PT_UNKNOWN -1
#include "section_config.h"
SDRAM_DATA_SECTION
@ -333,4 +333,4 @@ void fillRtpHeader(rtp_hdr_t *rtphdr, int version, int padding, int extension, i
/************************************************************** end of rtp **************************************************************/
#endif
#endif