Skip to content
Extraits de code Groupes Projets
Valider 4cf7cc81 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix loading subtitles extradata from matroska files

parent 19dad7c5
Aucune branche associée trouvée
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -237,10 +237,10 @@ void MatroskaWrapper::GetSubtitles(agi::fs::path const& filename, AssFile *targe
parser.AddLine(cur);
}
// Load default if it's SRT
else {
else
target->LoadDefault(false, OPT_GET("Subtitle Format/SRT/Default Style Catalog")->GetString());
parser.AddLine("[Events]");
}
// Read timecode scale
auto segInfo = mkv_GetFileInfo(file);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter