mirror of https://github.com/mpv-player/mpv
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:
parent
5cfd94aa9d
commit
cf78c83649
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue