1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

10l to Reimar: Fix typo.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29931 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-11-18 09:13:09 +00:00
parent e02a2e7f08
commit e775bdd70d

View File

@ -44,7 +44,7 @@ static int open_live_rtsp_sip(stream_t *stream,int mode, void* opts, int* file_f
*file_format = DEMUXER_TYPE_RTP;
stream->type = STREAMTYPE_STREAM;
stream->flags = STREAM_NONCACHEABLE;
stream->flags = STREAM_NON_CACHEABLE;
return STREAM_OK;
fail: