Mercurial > mplayer.hg
changeset 16124:833fa602eb76
Sometimes you have to manually add scale at the end of the filter chain :-(
author | reimar |
---|---|
date | Thu, 28 Jul 2005 09:56:33 +0000 |
parents | 42fb886c1dc2 |
children | e2bcf37fe028 |
files | help/help_mp-en.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."