]> git.sesse.net Git - vlc/blobdiff - modules/access/rtsp/real_sdpplin.h
Do not access b_die directly
[vlc] / modules / access / rtsp / real_sdpplin.h
index 6014ee638a204f3d5cf989551f0c34d64cb8e676..10d37b8247592ae3fb50873fce84c4dcbedb7b94 100644 (file)
@@ -31,7 +31,7 @@ typedef struct {
   char *id;
   char *bandwidth;
 
-  int stream_id;
+  uint16_t stream_id;
   char *range;
   char *length;
   char *rtpmap;
@@ -75,7 +75,7 @@ typedef struct {
 
   int flags;
   int is_real_data_type;
-  int stream_count;
+  uint16_t stream_count;
   char *title;
   char *author;
   char *copyright;