Commit d8dc5c85 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

rtsp: Mark some function as static.

parent 66341140
...@@ -309,7 +309,7 @@ static void calc_response_string (char *result, char *challenge) { ...@@ -309,7 +309,7 @@ static void calc_response_string (char *result, char *challenge) {
} }
} }
void real_calc_response_and_checksum (char *response, char *chksum, char *challenge) { static void real_calc_response_and_checksum (char *response, char *chksum, char *challenge) {
int ch_len, resp_len; int ch_len, resp_len;
int i; int i;
...@@ -421,7 +421,7 @@ static int select_mlti_data(const char *mlti_chunk, int mlti_size, int selection ...@@ -421,7 +421,7 @@ static int select_mlti_data(const char *mlti_chunk, int mlti_size, int selection
* looking at stream description. * looking at stream description.
*/ */
rmff_header_t *real_parse_sdp(char *data, char **stream_rules, uint32_t bandwidth) { static rmff_header_t *real_parse_sdp(char *data, char **stream_rules, uint32_t bandwidth) {
sdpplin_t *desc = NULL; sdpplin_t *desc = NULL;
rmff_header_t *header = NULL; rmff_header_t *header = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment