Commit 79ee9250 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Make comment a bit more descriptive.

parent 50ebabd3
...@@ -605,7 +605,7 @@ static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id, ...@@ -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 */ /* FIXME: This breaks totem, mplayer and quicktime at least */
if( httpd_MsgGet( query, "Range" ) != NULL ) if( httpd_MsgGet( query, "Range" ) != NULL )
{ {
answer->i_status = 456; /* cannot seek */ answer->i_status = 456; /* cannot seek, stream not seekable */
break; break;
} }
#endif #endif
......
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