Commit 356922e2 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters: add bit-slicing example in lutyuv docs

parent b2098d24
......@@ -3850,6 +3850,12 @@ Correct luminance gamma by a 0.5 factor:
@example
lutyuv=y=gammaval(0.5)
@end example
@item
Discard least significant bits of luma:
@example
lutyuv=y='bitand(val, 128+64+32)'
@end example
@end itemize
@section mp
......
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