Commit 02809e7b authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_lut2: implement support for different input depths

parent 1096614c
...@@ -11688,6 +11688,10 @@ set second pixel component expression ...@@ -11688,6 +11688,10 @@ set second pixel component expression
set third pixel component expression set third pixel component expression
@item c3 @item c3
set fourth pixel component expression, corresponds to the alpha component set fourth pixel component expression, corresponds to the alpha component
@item d
set output bit depth, only available for @code{lut2} filter. By default is 0,
which means bit depth is automatically picked from first input format.
@end table @end table
Each of them specifies the expression to use for computing the lookup table for Each of them specifies the expression to use for computing the lookup table for
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment