[vlc-commits] RealRTSP: kill a warning

Jean-Baptiste Kempf git at videolan.org
Sun Jul 29 20:37:45 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 29 08:47:22 2012 +0200| [de5645a7aaa77e8e085dd73a550e4e941e8fd5cb] | committer: Jean-Baptiste Kempf

RealRTSP: kill a warning

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de5645a7aaa77e8e085dd73a550e4e941e8fd5cb
---

 modules/access/rtsp/real_sdpplin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/rtsp/real_sdpplin.c b/modules/access/rtsp/real_sdpplin.c
index 65b3d09..0a08d0d 100644
--- a/modules/access/rtsp/real_sdpplin.c
+++ b/modules/access/rtsp/real_sdpplin.c
@@ -60,7 +60,7 @@ static sdpplin_stream_t *sdpplin_parse_stream(char **data) {
 
   sdpplin_stream_t *desc;
   char* buf = NULL;
-  char* decoded = NULL;
+  unsigned char* decoded = NULL;
   int handled;
 
   desc = calloc( 1, sizeof(sdpplin_stream_t) );



More information about the vlc-commits mailing list