mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
GUI: mux: allow changing subtitle charset for textsubs in Matroska/MPEG TS
This commit is contained in:
parent
91debcd8ea
commit
7008661ed9
@ -456,7 +456,8 @@ Track::canChangeSubCharset()
|
||||
const {
|
||||
if ( isSubtitles()
|
||||
&& m_properties.value(Q("text_subtitles")).toBool()
|
||||
&& m_properties.value(Q("encoding")).toString().isEmpty())
|
||||
&& ( m_properties.value(Q("encoding")).toString().isEmpty()
|
||||
|| mtx::included_in(m_file->m_type, mtx::file_type_e::matroska, mtx::file_type_e::mpeg_ts)))
|
||||
return true;
|
||||
|
||||
if ( isChapters()
|
||||
|
Loading…
Reference in New Issue
Block a user