diff options
author | Gianluigi Tiesi <mplayer@netfarm.it> | 2011-05-21 03:36:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-21 03:36:26 +0200 |
commit | 1b30e4f5865260323da5232174fc68d6cc283f45 (patch) | |
tree | d06e091485de0c4b478d3703e2abf9c26ceafa36 /cmdutils.h | |
parent | 0424e052f83adc422d8a746e3cdc5ab6bc28679e (diff) | |
download | ffmpeg-1b30e4f5865260323da5232174fc68d6cc283f45.tar.gz |
preset dir for win32
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. * |