[MPlayer-DOCS] r33331 - in trunk: gui/interface.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-pl.h ...

ib subversion at mplayerhq.hu
Mon Apr 25 16:25:16 CEST 2011


Author: ib
Date: Mon Apr 25 16:25:15 2011
New Revision: 33331

Log:
Do not remove video filters.

If a video filter option isn't set, it does not mean to remove the
filter, but such option (if set) should only cause adding the filter
(if not already present). That way filters can be specified in MPlayer's
config or on the command line, too.

This closes Bugzilla #1442.

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/gui/interface.c
   trunk/help/help_mp-bg.h
   trunk/help/help_mp-cs.h
   trunk/help/help_mp-de.h
   trunk/help/help_mp-es.h
   trunk/help/help_mp-fr.h
   trunk/help/help_mp-hu.h
   trunk/help/help_mp-it.h
   trunk/help/help_mp-pl.h
   trunk/help/help_mp-ru.h
   trunk/help/help_mp-tr.h
   trunk/help/help_mp-uk.h
   trunk/help/help_mp-zh_CN.h
   trunk/help/help_mp-zh_TW.h

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Mon Apr 25 14:38:55 2011	(r33330)
+++ trunk/help/help_mp-en.h	Mon Apr 25 16:25:15 2011	(r33331)
@@ -799,7 +799,6 @@ static const char help_text[]=
 #define MSGTR_DeletingSubtitles "[GUI] Deleting subtitles.\n"
 #define MSGTR_LoadingSubtitles "[GUI] Loading subtitles: %s\n"
 #define MSGTR_AddingVideoFilter "[GUI] Adding video filter: %s\n"
-#define MSGTR_RemovingVideoFilter "[GUI] Removing video filter: %s\n"
 
 // mw.c
 #define MSGTR_NotAFile "This does not seem to be a file: %s !\n"


More information about the MPlayer-DOCS mailing list