From ccf2b302cf314575fa4184e5ae19532c2444159e Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 31 Jan 2017 14:50:58 +0100 Subject: player: add .scc subtitle extension Requested. Supposedly "scenarist closed captions". (The list of getting quite full. But it's probably still better than trying to probe the files by contents, because the external subtitle loader code will initially look at _all_ files in the same directory as the main file.) --- player/external_files.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'player/external_files.c') diff --git a/player/external_files.c b/player/external_files.c index eb7345ac84..c1affcec94 100644 --- a/player/external_files.c +++ b/player/external_files.c @@ -16,7 +16,8 @@ static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "srt", "smi", "rt", "txt", "ssa", "aqt", "jss", - "js", "ass", "mks", "vtt", "sup", NULL}; + "js", "ass", "mks", "vtt", "sup", "scc", + NULL}; static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac", "ogg", "m4a", "ac3", "opus", "wav", -- cgit v1.2.3