summaryrefslogtreecommitdiff
path: root/doc/fftools-common-opts.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-09-21 10:19:21 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-09-22 23:54:39 +0200
commit57618d80af251f9194b38cfd1e647d335fe2aba4 (patch)
tree90a4fa9ac1fd8fe4d02ae6dcbebeb28fde6aec44 /doc/fftools-common-opts.texi
parent0de4efb8d72f215050d24a8912007c601cbbcb7d (diff)
doc/fftools: rework some paragraph in the AVOptions chapter
Fix typos, and clarify note about codec AVOptions.
Diffstat (limited to 'doc/fftools-common-opts.texi')
-rw-r--r--doc/fftools-common-opts.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 2d31199a66..6d453ed693 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -278,11 +278,12 @@ muxer:
ffmpeg -i input.flac -id3v2_version 3 out.mp3
@end example
-All codec AVOptions are obviously per-stream, so the chapter on stream
-specifiers applies to them
+All codec AVOptions are per-stream, and thus a stream specifier
+should be attached to them.
-Note @option{-nooption} syntax cannot be used for boolean AVOptions,
-use @option{-option 0}/@option{-option 1}.
+Note: the @option{-nooption} syntax cannot be used for boolean
+AVOptions, use @option{-option 0}/@option{-option 1}.
-Note2 old undocumented way of specifying per-stream AVOptions by prepending
-v/a/s to the options name is now obsolete and will be removed soon.
+Note: the old undocumented way of specifying per-stream AVOptions by
+prepending v/a/s to the options name is now obsolete and will be
+removed soon.