Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-10-19 04:56:14 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-10-24 13:32:56 +0400
commit6879fe4265934ee80d3a1f343ebe94d026663d23 (patch)
tree940620fa360c2200a46e7df44b6e65f91be60465 /doc
parent0be74cf0f5b18a16a41b5db90bc0a554e2f2036b (diff)
doc/codecs: update skip_alpha documentation
Merged-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/codecs.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 74dd775e27..e79e462146 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -1076,7 +1076,9 @@ Interlaced video, bottom coded first, top displayed first
@end table
@item skip_alpha @var{integer} (@emph{decoding,video})
-causes alpha plane not to be decoded, like "gray" which skips chroma.
+Set to 1 to disable processing alpha (transparency). This works like the
+@samp{gray} flag in the @option{flags} option which skips chroma information
+instead of alpha. Default is 0.
@end table
@c man end CODEC OPTIONS