mirror of https://github.com/mpv-player/mpv
external_files: add .pgs subtitle extension
This commit is contained in:
parent
83fec9bafb
commit
1732fb0555
|
@ -34,7 +34,7 @@
|
|||
|
||||
static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub",
|
||||
"srt", "rt", "ssa", "ass", "mks", "vtt",
|
||||
"sup", "scc", "smi", "lrc",
|
||||
"sup", "scc", "smi", "lrc", "pgs",
|
||||
NULL};
|
||||
|
||||
static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac",
|
||||
|
|
Loading…
Reference in New Issue