[FFmpeg-cvslog] doc/fftools-common-opts: wording fixes missing from the previous commit.
Anton Khirnov
git at videolan.org
Fri Jul 29 02:08:41 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Jul 28 17:43:24 2011 +0200| [e0e65ddb883427aafbcef1ae52248f4d1e087963] | committer: Anton Khirnov
doc/fftools-common-opts: wording fixes missing from the previous commit.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0e65ddb883427aafbcef1ae52248f4d1e087963
---
doc/fftools-common-opts.texi | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index fec61cf..ba91b87 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -94,17 +94,17 @@ will be dropped in a following Libav version.
@section AVOptions
-These options are provided directly by the libavformat and libavcodec
-libraries. To see the list of available AVOptions, use the
+These options are provided directly by the libavformat, libavdevice and
+libavcodec libraries. To see the list of available AVOptions, use the
@option{-help} option. They are separated into two categories:
@table @option
@item generic
-Can be set for any container or codec. Generic options are listed under
-AVFormatContext options for containers and under AVCodecContext options
-for codecs.
+These options can be set for any container, codec or device. Generic options are
+listed under AVFormatContext options for containers/devices and under
+AVCodecContext options for codecs.
@item private
-Are specific to the given container or codec. Private options are listed
-under their corresponding containers/codecs.
+These options are specific to the given container, device or codec. Private
+options are listed under their corresponding containers/devices/codecs.
@end table
For example to write an ID3v2.3 header instead of a default ID3v2.4 to
More information about the ffmpeg-cvslog
mailing list