summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-04 09:32:38 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-04 09:32:38 +0000
commitc04dc45de005a179316c843e52354908058cf383 (patch)
tree5b4970086d92011605ca8a65e86e0ca844ce070f /stream/stream_dvdnav.c
parent35369fe1badfe59e9fb173a552ce93ff2d073724 (diff)
downloadmpv-c04dc45de005a179316c843e52354908058cf383.tar.bz2
mpv-c04dc45de005a179316c843e52354908058cf383.tar.xz
warn the user to disable the cache when playing dvdnav streams
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20032 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index 62fedb4bd0..6f4c70ab49 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -311,6 +311,8 @@ static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
update_title_len(stream);
if(!stream->pos)
mp_msg(MSGT_OPEN,MSGL_ERR, "INIT ERROR: %d, couldn't get init pos %s\r\n", status, dvdnav_err_to_string(dvdnav_priv->dvdnav));
+
+ mp_msg(MSGT_OPEN,MSGL_INFO, "Remember to disable MPlayer's cache when playing dvdnav:// streams (adding -nocache to your command like)\r\n");
return STREAM_OK;
}