[vlc-commits] commit: vod_rtsp: remove tautology (Pierre Ynard )
git at videolan.org
git at videolan.org
Tue May 18 16:12:56 CEST 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue May 18 16:12:11 2010 +0200| [4552b6c7e778ababe51ac3ea97665ff8bdf7e853] | committer: Pierre Ynard
vod_rtsp: remove tautology
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4552b6c7e778ababe51ac3ea97665ff8bdf7e853
---
modules/misc/rtsp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c
index 70265a6..16a3b17 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,
More information about the vlc-commits
mailing list