]> git.sesse.net Git - vlc/commitdiff
vod_rtsp: remove tautology
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 18 May 2010 14:12:11 +0000 (16:12 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Tue, 18 May 2010 14:12:11 +0000 (16:12 +0200)
modules/misc/rtsp.c

index 70265a6e12e070a6b5e9ff87137baade845e86ed..16a3b1789b7d077fd3d7c0fd0e9edbd1381c213c 100644 (file)
@@ -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,