summaryrefslogtreecommitdiffstats
path: root/demux/demux_edl.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_edl.c')
-rw-r--r--demux/demux_edl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux_edl.c b/demux/demux_edl.c
index 356b7eefb5..55af553661 100644
--- a/demux/demux_edl.c
+++ b/demux/demux_edl.c
@@ -567,7 +567,7 @@ error:
static void fix_filenames(struct tl_parts *parts, char *source_path)
{
- if (bstr_equals0(mp_split_proto(bstr0(source_path), NULL), "edl"))
+ if (!bstrcasecmp0(mp_split_proto(bstr0(source_path), NULL), "edl"))
return;
struct bstr dirname = mp_dirname(source_path);
for (int n = 0; n < parts->num_parts; n++) {