vf_lut.c: fix wrong syntax in example

This commit is contained in:
Stefano Sabatini 2011-10-02 15:21:12 +02:00
parent 91492bd1c4
commit 2a9046c741

View File

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