1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-19 22:36:55 +00:00

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

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