external_files: add .pgs subtitle extension

This commit is contained in:
Eva 2020-07-18 01:24:19 +02:00 committed by wm4
parent 83fec9bafb
commit 1732fb0555
1 changed files with 1 additions and 1 deletions

View File

@ -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",