Browse Source

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>
tags/n2.1
Timothy Gu Stefano Sabatini 12 years ago
parent
commit
6879fe4265
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      doc/codecs.texi

+ 3
- 1
doc/codecs.texi View File

@@ -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


Loading…
Cancel
Save