mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 12:53:29 +00:00
doc/fftools-common-opts: wording fixes missing from the previous commit.
This commit is contained in:
parent
22b203baf8
commit
e0e65ddb88
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user