From 4552b6c7e778ababe51ac3ea97665ff8bdf7e853 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Tue, 18 May 2010 16:12:11 +0200 Subject: [PATCH] vod_rtsp: remove tautology --- modules/misc/rtsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c index 70265a6e12..16a3b1789b 100644 --- a/modules/misc/rtsp.c +++ b/modules/misc/rtsp.c @@ -1145,7 +1145,7 @@ static int RtspCallback( httpd_callback_sys_t *p_args, httpd_client_t *cl, psz_session, f_scale, NULL ); } - if( p_rtsp->b_paused == true ) + if( p_rtsp->b_paused ) { p_rtsp->b_paused = false; CommandPush( p_vod, RTSP_CMD_TYPE_PAUSE, p_media, -- 2.39.2