Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update switch_core_media.c
  • Loading branch information
kd7hto committed Jan 6, 2021
commit 2fdbc504f96822284932f5f7e882597ecda59c1d
2 changes: 1 addition & 1 deletion src/switch_core_media.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ typedef struct switch_rtp_engine_s {
void *engine_user_data;
int8_t engine_function_running;
switch_frame_buffer_t *write_fb;
int supportSavp; /** Keep track of the SDP offer having SAVP or not. **/
int supportSavp; /* Keep track of the SDP offer having SAVP or not. */
} switch_rtp_engine_t;

#define MAX_REJ_STREAMS 10
Expand Down