Skip to content

Commit

Permalink
sub: add .sup file extension for subtitle autoloading
Browse files Browse the repository at this point in the history
(cherry picked from commit 21cb1f7)
  • Loading branch information
wm4 authored and Diogo Franco (Kovensky) committed May 19, 2015
1 parent b9f073d commit 4d6470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sub/find_subfiles.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "srt",
"smi", "rt", "txt", "ssa", "aqt", "jss",
"js", "ass", "mks", "vtt", NULL};
"js", "ass", "mks", "vtt", "sup", NULL};

static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac",
"ogg", "m4a", "ac3", NULL};
Expand Down

0 comments on commit 4d6470f

Please sign in to comment.