[vlc-devel] commit: Make comment a bit more descriptive. (Jean-Paul Saman )
git version control
git at videolan.org
Sun Apr 13 19:09:27 CEST 2008
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Apr 13 15:41:05 2008 +0200| [79ee92500a6cbcc518682d28c3e374f3043aaf78]
Make comment a bit more descriptive.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79ee92500a6cbcc518682d28c3e374f3043aaf78
---
modules/stream_out/rtsp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/stream_out/rtsp.c b/modules/stream_out/rtsp.c
index ced5aa0..d57f1cf 100644
--- a/modules/stream_out/rtsp.c
+++ b/modules/stream_out/rtsp.c
@@ -605,7 +605,7 @@ static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id,
/* FIXME: This breaks totem, mplayer and quicktime at least */
if( httpd_MsgGet( query, "Range" ) != NULL )
{
- answer->i_status = 456; /* cannot seek */
+ answer->i_status = 456; /* cannot seek, stream not seekable */
break;
}
#endif
More information about the vlc-devel
mailing list