]> git.sesse.net Git - vlc/commitdiff
We only support RTSP one point ZERO. Do not claim otherwise.
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 24 Sep 2007 15:44:57 +0000 (15:44 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 24 Sep 2007 15:44:57 +0000 (15:44 +0000)
modules/stream_out/rtsp.c

index 256263462a5a46a7fda0316d57925a7ac17887c7..5d45a844a7e5a648c0d691392c522e1ae259f041 100644 (file)
@@ -364,7 +364,7 @@ static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id,
 
     /* */
     answer->i_proto = HTTPD_PROTO_RTSP;
-    answer->i_version= query->i_version;
+    answer->i_version= 0;
     answer->i_type   = HTTPD_MSG_ANSWER;
     answer->i_body = 0;
     answer->p_body = NULL;