diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-28 09:56:33 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-28 09:56:33 +0000 |
commit | cf78c83649a0335878ba877d29b387ffe6b6dc88 (patch) | |
tree | 66f71a9fb208dc8434f9b3c89b1026d09012e58d /help | |
parent | 5cfd94aa9de71d20fb7b8374f272d987c20f5a82 (diff) |
Sometimes you have to manually add scale at the end of the filter chain :-(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16125 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index d0c8d573b4..6aff220185 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -899,7 +899,8 @@ static char help_text[]= // ======================= 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." |