mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
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:
parent
7ef02d662f
commit
2b4b1f43cd
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user