From: Sébastien Escudier Date: Mon, 24 Aug 2009 09:30:02 +0000 (+0200) Subject: vod rtsp : unpause srteam after seeking X-Git-Tag: 1.1.0-ff~3956 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=e79c5b0c385d7aaffc77f35c527eef64413698fe vod rtsp : unpause srteam after seeking Signed-off-by: Rémi Denis-Courmont --- diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c index 53ba65e1fb..27b21fdfa8 100644 --- a/modules/misc/rtsp.c +++ b/modules/misc/rtsp.c @@ -1178,9 +1178,8 @@ static int RtspCallback( httpd_callback_sys_t *p_args, httpd_client_t *cl, f_pos /= ((double)(p_media->i_length))/1000 /1000 / 100; CommandPush( p_vod, RTSP_CMD_TYPE_SEEK, p_media, psz_session, f_pos, NULL ); - break; } - if( psz_scale ) + else if( psz_scale ) { double f_scale = 0.0; char *end;