summaryrefslogtreecommitdiffstats
path: root/loader/win32.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-30 15:58:55 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-30 15:58:55 +0300
commit9b68a49d0132bbe08d3a9bf7a19276801ac415aa (patch)
tree5ad5e5b525b26c55e2038c98ab625bc5d910a873 /loader/win32.c
parent37a3e7155888bdb90b600cde64641c69ef9c710b (diff)
parenteb9fffc32ff70553d95f9d8d91b426e54108d502 (diff)
downloadmpv-9b68a49d0132bbe08d3a9bf7a19276801ac415aa.tar.bz2
mpv-9b68a49d0132bbe08d3a9bf7a19276801ac415aa.tar.xz
Merge svn changes up to r31197
Diffstat (limited to 'loader/win32.c')
-rw-r--r--loader/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 0b1999a043..ab07574803 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -3764,7 +3764,7 @@ static HANDLE WINAPI expCreateFileA(LPCSTR cs1,DWORD i1,DWORD i2,
free(tmp);
return result;
}
- if (strstr(cs1, "vp3") || strstr(cs1, ".fpf"))
+ if (strstr(cs1, "vp3") || strstr(cs1, ".fpf") || strstr(cs1, ".col"))
{
int r;
int flg = 0;