comparison rtsp.c @ 64:b0e0eb595e29 libavformat

* static,const,compiler warning cleanup
author kabi
date Mon, 10 Feb 2003 09:35:32 +0000
parents 05318cf2e886
children 9a0ab557b159
comparison
equal deleted inserted replaced
63:8329ba7cbd01 64:b0e0eb595e29
343 } 343 }
344 break; 344 break;
345 } 345 }
346 } 346 }
347 347
348 int sdp_parse(AVFormatContext *s, const char *content) 348 static int sdp_parse(AVFormatContext *s, const char *content)
349 { 349 {
350 const char *p; 350 const char *p;
351 int letter; 351 int letter;
352 char buf[1024], *q; 352 char buf[1024], *q;
353 SDPParseState sdp_parse_state, *s1 = &sdp_parse_state; 353 SDPParseState sdp_parse_state, *s1 = &sdp_parse_state;