dvdnav: enable caching

No idea why this was disabled. It was in the original MPlayer code,
which doesn't make much sense to me, because using the MPlayer stream
cache seems 100% broken due to design issues.
This commit is contained in:
wm4 2013-12-14 01:15:56 +01:00
parent 6002520906
commit 8510ddba4c
1 changed files with 1 additions and 2 deletions

View File

@ -643,8 +643,7 @@ static struct priv *new_dvdnav_stream(struct priv *priv, char *filename)
if (!priv->dvdnav)
return NULL;
/* turn off dvdnav caching */
dvdnav_set_readahead_flag(priv->dvdnav, 0);
dvdnav_set_readahead_flag(priv->dvdnav, 1);
if (dvdnav_set_PGC_positioning_flag(priv->dvdnav, 1) != DVDNAV_STATUS_OK)
mp_msg(MSGT_OPEN, MSGL_ERR,
"stream_dvdnav, failed to set PGC positioning\n");