1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00

fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17565 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
aurel 2006-02-09 00:40:35 +00:00
parent f938468899
commit f7af77f18a

View File

@ -432,7 +432,7 @@ if (priv->suidx_size > 0 && priv->idx_size == 0) {
priv->isodml = 1; priv->isodml = 1;
} }
if (priv->isodml && (index_mode==-1 || index_mode==0)) { if (priv->isodml && (index_mode==-1 || index_mode==0 || index_mode==1)) {
int i, j, k; int i, j, k;
int safety=1000; int safety=1000;