[MPlayer-cvslog] r20032 - trunk/stream/stream_dvdnav.c
nicodvb
subversion at mplayerhq.hu
Wed Oct 4 11:32:38 CEST 2006
Author: nicodvb
Date: Wed Oct 4 11:32:38 2006
New Revision: 20032
Modified:
trunk/stream/stream_dvdnav.c
Log:
warn the user to disable the cache when playing dvdnav streams
Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c (original)
+++ trunk/stream/stream_dvdnav.c Wed Oct 4 11:32:38 2006
@@ -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;
}
More information about the MPlayer-cvslog
mailing list