mirror of https://github.com/odrling/Aegisub
Explicitly set the charset to binary when loading subtitles from the video
Originally committed to SVN as r4422.
This commit is contained in:
parent
71300869da
commit
7337a11745
|
@ -821,7 +821,7 @@ void FrameMain::OnOpenSubtitlesCharset(wxCommandEvent& WXUNUSED(event)) {
|
||||||
|
|
||||||
/// @brief Open subtitles from the currently open video file
|
/// @brief Open subtitles from the currently open video file
|
||||||
void FrameMain::OnOpenSubtitlesVideo(wxCommandEvent&) {
|
void FrameMain::OnOpenSubtitlesVideo(wxCommandEvent&) {
|
||||||
LoadSubtitles(VideoContext::Get()->videoName);
|
LoadSubtitles(VideoContext::Get()->videoName, "binary");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue