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
This commit is contained in:
reimar 2005-07-28 09:56:33 +00:00
parent 5cfd94aa9d
commit cf78c83649
1 changed files with 2 additions and 1 deletions

View File

@ -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."