[vlc-commits] vod: remove no-op
Rémi Denis-Courmont
git at videolan.org
Sun Mar 3 16:52:26 CET 2019
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar 3 17:02:12 2019 +0200| [0abceb9f88487d4fe517cb1122148414fb5e669c] | committer: Rémi Denis-Courmont
vod: remove no-op
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0abceb9f88487d4fe517cb1122148414fb5e669c
---
modules/misc/rtsp.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c
index b284261f9c..2ac83b17bf 100644
--- a/modules/misc/rtsp.c
+++ b/modules/misc/rtsp.c
@@ -1414,8 +1414,6 @@ static int RtspCallbackES( httpd_callback_sys_t *p_args, httpd_client_t *cl,
psz_session = httpd_MsgGet( query, "Session" );
msg_Dbg( p_vod, "HTTPD_MSG_PLAY for session: %s", psz_session );
- p_rtsp = RtspClientGet( p_media, psz_session );
-
psz_position = httpd_MsgGet( query, "Range" );
if( psz_position ) psz_position = strstr( psz_position, "npt=" );
if( psz_position )
More information about the vlc-commits
mailing list