mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Added "CATALOG" as a valid identifier for CUE sheets.
This commit is contained in:
parent
3992f76755
commit
fff36893cf
@ -281,7 +281,7 @@ probe_cue_chapters(mm_text_io_c *in) {
|
||||
if (!in->getline2(s))
|
||||
return false;
|
||||
if (starts_with_case(s, "performer ") || starts_with_case(s, "title ") ||
|
||||
starts_with_case(s, "file "))
|
||||
starts_with_case(s, "file ") || starts_with_case(s, "catalog "))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user