mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
vf_lut.c: fix wrong syntax in example
This commit is contained in:
parent
91492bd1c4
commit
2a9046c741
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user