diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-18 09:13:09 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-18 09:13:09 +0000 |
commit | e775bdd70d274834780b02548f2d525f71116f98 (patch) | |
tree | d47f0c69c8f2b6d6adeb35f6d809cf1abf7c9ee7 /stream | |
parent | e02a2e7f08a87f2147a149a9a66992965e219fce (diff) | |
download | mpv-e775bdd70d274834780b02548f2d525f71116f98.tar.bz2 mpv-e775bdd70d274834780b02548f2d525f71116f98.tar.xz |
10l to Reimar: Fix typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29931 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/stream_live555.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_live555.c b/stream/stream_live555.c index c36c9ff33a..8165899e94 100644 --- a/stream/stream_live555.c +++ b/stream/stream_live555.c @@ -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: |