[MPlayer-cvslog] r38080 - trunk/gui/win32/dialogs.c

ib subversion at mplayerhq.hu
Fri Apr 13 13:03:01 EEST 2018


Author: ib
Date: Fri Apr 13 13:03:00 2018
New Revision: 38080

Log:
Don't disallow loading a subtitle in Win32 GUI when playback is stopped.

Actually, a subtitle has to be loaded before the playback.

Modified:
   trunk/gui/win32/dialogs.c

Modified: trunk/gui/win32/dialogs.c
==============================================================================
--- trunk/gui/win32/dialogs.c	Fri Apr 13 12:52:22 2018	(r38079)
+++ trunk/gui/win32/dialogs.c	Fri Apr 13 13:03:00 2018	(r38080)
@@ -47,8 +47,6 @@ int addurl = FALSE;
 
 void mplayerLoadSubtitle(const char *name)
 {
-    if (!guiInfo.Playing) return;
-
     if (subdata)
     {
         mp_msg(MSGT_GPLAYER, MSGL_INFO, MSGTR_GUI_MSG_RemovingSubtitle);


More information about the MPlayer-cvslog mailing list