diff 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
line wrap: on
line diff
--- a/rtsp.c	Sun Feb 09 18:07:16 2003 +0000
+++ b/rtsp.c	Mon Feb 10 09:35:32 2003 +0000
@@ -345,7 +345,7 @@
     }
 }
 
-int sdp_parse(AVFormatContext *s, const char *content)
+static int sdp_parse(AVFormatContext *s, const char *content)
 {
     const char *p;
     int letter;