# HG changeset patch # User reimar # Date 1122544593 0 # Node ID 833fa602eb76ea8877295c27ebc0f0795bc60ab2 # Parent 42fb886c1dc2b06af81156a1631893951f77f450 Sometimes you have to manually add scale at the end of the filter chain :-( diff -r 42fb886c1dc2 -r 833fa602eb76 help/help_mp-en.h --- a/help/help_mp-en.h Thu Jul 28 09:48:34 2005 +0000 +++ b/help/help_mp-en.h Thu Jul 28 09:56:33 2005 +0000 @@ -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."