doc/fftools-common-opts: wording fixes missing from the previous commit.

This commit is contained in:
Anton Khirnov 2011-07-28 17:43:24 +02:00
parent 22b203baf8
commit e0e65ddb88
1 changed files with 7 additions and 7 deletions

View File

@ -94,17 +94,17 @@ will be dropped in a following Libav version.
@section AVOptions @section AVOptions
These options are provided directly by the libavformat and libavcodec These options are provided directly by the libavformat, libavdevice and
libraries. To see the list of available AVOptions, use the libavcodec libraries. To see the list of available AVOptions, use the
@option{-help} option. They are separated into two categories: @option{-help} option. They are separated into two categories:
@table @option @table @option
@item generic @item generic
Can be set for any container or codec. Generic options are listed under These options can be set for any container, codec or device. Generic options are
AVFormatContext options for containers and under AVCodecContext options listed under AVFormatContext options for containers/devices and under
for codecs. AVCodecContext options for codecs.
@item private @item private
Are specific to the given container or codec. Private options are listed These options are specific to the given container, device or codec. Private
under their corresponding containers/codecs. options are listed under their corresponding containers/devices/codecs.
@end table @end table
For example to write an ID3v2.3 header instead of a default ID3v2.4 to For example to write an ID3v2.3 header instead of a default ID3v2.4 to