Try to clarify scale filter usage hint.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22139 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-02-05 12:12:47 +00:00
parent 7ef02d662f
commit 2b4b1f43cd
1 changed files with 2 additions and 1 deletions

View File

@ -1009,7 +1009,8 @@ static char help_text[]=
// ======================= VO Video Output drivers ========================
#define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\
"Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.\n"
"Try appending the scale filter to your filter list,\n"\
"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."