Mercurial > mplayer.hg
changeset 22121:5a32ce153f8a
Try to clarify scale filter usage hint.
author | diego |
---|---|
date | Mon, 05 Feb 2007 12:12:47 +0000 |
parents | 2bc3da669308 |
children | b37528ebb26a |
files | help/help_mp-en.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Mon Feb 05 10:01:39 2007 +0000 +++ b/help/help_mp-en.h Mon Feb 05 12:12:47 2007 +0000 @@ -1009,7 +1009,8 @@ // ======================= 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."