Mercurial > mplayer.hg
changeset 10801:6c56b4aff706
Jacosub files can have the extension '.js' too. Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
author | alex |
---|---|
date | Tue, 02 Sep 2003 17:26:33 +0000 |
parents | 17982901382e |
children | 72896d23ab64 |
files | subreader.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/subreader.c Tue Sep 02 16:35:39 2003 +0000 +++ b/subreader.c Tue Sep 02 17:26:33 2003 +0000 @@ -1632,7 +1632,7 @@ char *tmp_fname_noext, *tmp_fname_trim, *tmp_fname_ext, *tmpresult; int len, pos, found, i, j; - char * sub_exts[] = { "utf", "utf8", "utf-8", "sub", "srt", "smi", "rt", "txt", "ssa", "aqt", "jss", "ass", NULL}; + char * sub_exts[] = { "utf", "utf8", "utf-8", "sub", "srt", "smi", "rt", "txt", "ssa", "aqt", "jss", "js", "ass", NULL}; subfn *result; char **result2;