summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2012-03-18 09:26:32 +0100
committerReinhard Tartler <siretart@tauware.de>2012-03-18 09:26:32 +0100
commit050dc127787e91d8ee4b341046c74fe6e74e3285 (patch)
treea93a7e9dcf89db74f52853d61c97ae2bfa02e07f /cmdutils.h
parent6acac061ab28bb0b0ffb3edf91289b5f0d788a1c (diff)
Read preset files with suffix .avpreset
The preset files have been renamed some time ago. CC: libav-stable@libav.org
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 67126493a4..5c5e57cbbe 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -351,11 +351,11 @@ int64_t guess_correct_pts(PtsCorrectionContext *ctx, int64_t pts, int64_t dts);
* Get a file corresponding to a preset file.
*
* 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
+ * Otherwise search for a file named arg.avpreset in the directories
* $AVCONV_DATADIR (if set), $HOME/.avconv, and in the datadir defined
* at configuration time, 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.
+ * codec_name-preset_name.avpreset in the above-mentioned directories.
*
* @param filename buffer where the name of the found filename is written
* @param filename_size size in bytes of the filename buffer