]> git.sesse.net Git - vlc/blobdiff - modules/access/rtsp/real_sdpplin.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / access / rtsp / real_sdpplin.c
index 53542f90d8c7ebbb143fceb734a3a8242b8cf3ef..65b3d09e98d4b07c3393eff204b24e14bb004f22 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include "real.h"
-#include "vlc_strings.h"
+#include <vlc_strings.h>
 #define BUFLEN 32000
 
 static inline char *nl(char *data) {
@@ -185,7 +185,6 @@ sdpplin_t *sdpplin_parse(char *data)
   char*             buf;
   char*             decoded;
   int               handled;
-  int               len;
 
   desc = calloc( 1, sizeof(sdpplin_t) );
   if( !desc )