[MPlayer-DOCS] r22139 - trunk/help/help_mp-en.h

diego subversion at mplayerhq.hu
Mon Feb 5 13:12:48 CET 2007


Author: diego
Date: Mon Feb  5 13:12:47 2007
New Revision: 22139

Modified:
   trunk/help/help_mp-en.h

Log:
Try to clarify scale filter usage hint.


Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	(original)
+++ trunk/help/help_mp-en.h	Mon Feb  5 13:12:47 2007
@@ -1009,7 +1009,8 @@
 // ======================= VO Video Output drivers ========================
 
 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\
-                "Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.\n"
+                "Try appending the scale filter to your filter list,\n"\
+                "e.g. -vf spp,scale instead of -vf spp.\n"
 #define MSGTR_VO_GenericError "This error has occurred"
 #define MSGTR_VO_UnableToAccess "Unable to access"
 #define MSGTR_VO_ExistsButNoDirectory "already exists, but is not a directory."



More information about the MPlayer-DOCS mailing list