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
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ if (priv->suidx_size > 0 && priv->idx_size == 0) {
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 safety=1000;