Home
last modified time | relevance | path

Searched refs:LIVES_FILE_EXT_SRT (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h507 #define LIVES_FILE_EXT_SRT "srt" macro
H A Dsaveplay.c893 isubfname = lives_strdup_printf("%s.%s", filename, LIVES_FILE_EXT_SRT); in open_file_sel()
895 … = lives_build_filename(prefs->workdir, cfile->handle, SUBS_FILENAME "." LIVES_FILE_EXT_SRT, NULL); in open_file_sel()
1138 else if (!strcmp(ext, LIVES_FILE_EXT_SRT)) otype = SUBTITLE_TYPE_SRT; in save_subs_to_file()
4949 LIVES_FILE_EXT_SRT, NULL);
H A Ddialogs.c3311 if (strcmp(ext, LIVES_FILE_EXT_SUB) && strcmp(ext, LIVES_FILE_EXT_SRT)) { in do_comments_dialog()
3312 …if (!do_sub_type_warning(ext, sfile->subt->type == SUBTITLE_TYPE_SRT ? LIVES_FILE_EXT_SRT : LIVES_… in do_comments_dialog()
H A Dcallbacks.c8605 isubfname = lives_strdup_printf("%s.%s", filename, LIVES_FILE_EXT_SRT);
8609 … = lives_build_filename(prefs->workdir, cfile->handle, SUBS_FILENAME "." LIVES_FILE_EXT_SRT, NULL);
8690 … = lives_build_filename(prefs->workdir, cfile->handle, SUBS_FILENAME "." LIVES_FILE_EXT_SRT, NULL);
H A Dinterface.c3859 osubfname = lives_strdup_printf("%s.%s", xfilename, LIVES_FILE_EXT_SRT); in create_comments_dialog()