mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +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:
parent
f938468899
commit
f7af77f18a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user