changeset 20026:b0a938df89ed

warn the user to disable the cache when playing dvdnav streams
author nicodvb
date Wed, 04 Oct 2006 09:32:38 +0000
parents 99a95a99ae35
children 2145cd4155f0
files stream/stream_dvdnav.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvdnav.c	Wed Oct 04 09:12:18 2006 +0000
+++ b/stream/stream_dvdnav.c	Wed Oct 04 09:32:38 2006 +0000
@@ -311,6 +311,8 @@
   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;
 }