Commit 8096fdf0 authored by Janne Grunau's avatar Janne Grunau

presets: rename presets directory

parent f0eeff70
...@@ -78,7 +78,7 @@ FFLIBS-$(CONFIG_SWSCALE) += swscale ...@@ -78,7 +78,7 @@ FFLIBS-$(CONFIG_SWSCALE) += swscale
FFLIBS := avutil FFLIBS := avutil
DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.avpreset) DATA_FILES := $(wildcard $(SRC_PATH)/presets/*.avpreset)
SKIPHEADERS = cmdutils_common_opts.h SKIPHEADERS = cmdutils_common_opts.h
......
...@@ -778,7 +778,7 @@ A preset file contains a sequence of @var{option=value} pairs, one for ...@@ -778,7 +778,7 @@ A preset file contains a sequence of @var{option=value} pairs, one for
each line, specifying a sequence of options which can be specified also on each line, specifying a sequence of options which can be specified also on
the command line. Lines starting with the hash ('#') character are ignored and the command line. Lines starting with the hash ('#') character are ignored and
are used to provide comments. Empty lines are also ignored. Check the are used to provide comments. Empty lines are also ignored. Check the
@file{ffpresets} directory in the Libav source tree for examples. @file{presets} directory in the Libav source tree for examples.
Preset files are specified with the @code{pre} option, this option takes a Preset files are specified with the @code{pre} option, this option takes a
preset name as input. Avconv searches for a file named @var{preset_name}.avpreset in preset name as input. Avconv searches for a file named @var{preset_name}.avpreset in
......
...@@ -791,7 +791,7 @@ A preset file contains a sequence of @var{option}=@var{value} pairs, ...@@ -791,7 +791,7 @@ A preset file contains a sequence of @var{option}=@var{value} pairs,
one for each line, specifying a sequence of options which would be one for each line, specifying a sequence of options which would be
awkward to specify on the command line. Lines starting with the hash awkward to specify on the command line. Lines starting with the hash
('#') character are ignored and are used to provide comments. Check ('#') character are ignored and are used to provide comments. Check
the @file{ffpresets} directory in the Libav source tree for examples. the @file{presets} directory in the Libav source tree for examples.
Preset files are specified with the @code{vpre}, @code{apre}, Preset files are specified with the @code{vpre}, @code{apre},
@code{spre}, and @code{fpre} options. The @code{fpre} option takes the @code{spre}, and @code{fpre} options. The @code{fpre} option takes the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment