doc: fix references to obsolete presets directories for avconv/ffmpeg

This commit is contained in:
Diego Biurrun
2011-09-29 21:57:29 +02:00
parent 4b7f49082f
commit 25c27f379f
2 changed files with 3 additions and 3 deletions

View File

@@ -806,8 +806,8 @@ preset options identifies the preset file to use according to the
following rules:
First ffmpeg searches for a file named @var{arg}.ffpreset in the
directories @file{$FFMPEG_DATADIR} (if set), and @file{$HOME/.ffmpeg}, and in
the datadir defined at configuration time (usually @file{PREFIX/share/ffmpeg})
directories @file{$AVCONV_DATADIR} (if set), and @file{$HOME/.avconv}, and in
the datadir defined at configuration time (usually @file{PREFIX/share/avconv})
in that order. For example, if the argument is @code{libx264-max}, it will
search for the file @file{libx264-max.ffpreset}.