Commit 4552b6c7 authored by Pierre Ynard's avatar Pierre Ynard

vod_rtsp: remove tautology

parent a855ebbf
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment