From 1b30e4f5865260323da5232174fc68d6cc283f45 Mon Sep 17 00:00:00 2001 From: Gianluigi Tiesi Date: Sat, 21 May 2011 03:36:26 +0200 Subject: preset dir for win32 --- cmdutils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 5a9314681a..9e5827fc2b 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -243,7 +243,8 @@ int read_file(const char *filename, char **bufptr, size_t *size); * If is_path is non-zero, look for the file in the path preset_name. * Otherwise search for a file named arg.ffpreset in the directories * $FFMPEG_DATADIR (if set), $HOME/.ffmpeg, and in the datadir defined - * at configuration time, in that order. If no such file is found and + * at configuration time or in a "ffpresets" folder along the executable + * on win32, in that order. If no such file is found and * codec_name is defined, then search for a file named * codec_name-preset_name.ffpreset in the above-mentioned directories. * -- cgit v1.2.3