]> git.sesse.net Git - vlc/commitdiff
Make comment a bit more descriptive.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 13 Apr 2008 13:41:05 +0000 (15:41 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 13 Apr 2008 16:40:47 +0000 (18:40 +0200)
modules/stream_out/rtsp.c

index ced5aa09b389ca3d43398ce238125ec82297b2b0..d57f1cf312f722d789d0b16f69786779bc04c476 100644 (file)
@@ -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