mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Added an entry for USF subtitles to the "add file" dialog.
This commit is contained in:
parent
b887cde4a2
commit
77f39e7a2b
@ -660,6 +660,7 @@ tab_input::select_file(bool append) {
|
|||||||
{ wxT("SRT text subtitles"), wxT("srt") },
|
{ wxT("SRT text subtitles"), wxT("srt") },
|
||||||
{ wxT("SSA/ASS text subtitles"), wxT("ass ssa") },
|
{ wxT("SSA/ASS text subtitles"), wxT("ass ssa") },
|
||||||
{ wxT("TTA (The lossless True Audio codec)"), wxT("tta") },
|
{ wxT("TTA (The lossless True Audio codec)"), wxT("tta") },
|
||||||
|
{ wxT("USF text subtitles"), wxT("usf xml") },
|
||||||
{ wxT("VobSub subtitles"), wxT("idx") },
|
{ wxT("VobSub subtitles"), wxT("idx") },
|
||||||
{ wxT("WAVE (uncompressed PCM audio)"), wxT("wav") },
|
{ wxT("WAVE (uncompressed PCM audio)"), wxT("wav") },
|
||||||
{ wxT("WAVPACK v4 audio"), wxT("wv") },
|
{ wxT("WAVPACK v4 audio"), wxT("wv") },
|
||||||
|
Loading…
Reference in New Issue
Block a user