Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianluigi Tiesi <mplayer@netfarm.it>2011-05-21 05:36:26 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-05-21 05:36:26 +0400
commit1b30e4f5865260323da5232174fc68d6cc283f45 (patch)
treed06e091485de0c4b478d3703e2abf9c26ceafa36 /cmdutils.h
parent0424e052f83adc422d8a746e3cdc5ab6bc28679e (diff)
preset dir for win32
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h3
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.
*