Commit 2a9046c7 authored by Stefano Sabatini's avatar Stefano Sabatini

vf_lut.c: fix wrong syntax in example

parent 91492bd1
......@@ -1238,7 +1238,7 @@ lutrgb="r=negval:g=negval:b=negval"
lutyuv="y=negval:u=negval:v=negval"
# negate luminance
lutyuv=negval
lutyuv=y=negval
# remove chroma components, turns the video into a graytone image
lutyuv="u=128:v=128"
......
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