[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.177,1.178

Reimar Döffinger CVS syncmail at mplayerhq.hu
Thu Jul 28 11:56:36 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv22069/help

Modified Files:
	help_mp-en.h 
Log Message:
Sometimes you have to manually add scale at the end of the filter chain :-(


Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- help_mp-en.h	28 Jul 2005 09:43:01 -0000	1.177
+++ help_mp-en.h	28 Jul 2005 09:56:33 -0000	1.178
@@ -899,7 +899,8 @@
 
 // ======================= VO Video Output drivers ========================
 
-#define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
+#define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\
+                "Also try adding the scale filter, 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