mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Make sub preview work with mpv with audio files - thx Rabia :)
This commit is contained in:
parent
d31bced90a
commit
8c52087fa6
@ -374,7 +374,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
{
|
||||
var mpv = VideoPlayer as LibMpvDynamic;
|
||||
LastParagraph = p;
|
||||
if (mpv != null && Configuration.Settings.General.MpvHandlesPreviewText)
|
||||
if (mpv != null && Configuration.Settings.General.MpvHandlesPreviewText && VideoHeight > 0 && VideoWidth > 0)
|
||||
{
|
||||
if (_subtitlesHeight > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user