diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-09-16 12:35:55 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-09-16 12:35:55 +0200 |
commit | 5b509fafb07abe7f344fe33de64fa386289e965e (patch) | |
tree | 640c9617a303c8978c07b33eaccdc4d54ee103a1 /doc | |
parent | 51000b994514e64a6c5039e179f20c9e24f87c45 (diff) | |
download | ffmpeg-5b509fafb07abe7f344fe33de64fa386289e965e.tar.gz |
avfilter/vf_lut2: also export video input bit depth
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ff0ac50997..c7a015b2ed 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9352,6 +9352,12 @@ The first input value for the pixel component. @item y The second input value for the pixel component. + +@item bdx +The first input video bit depth. + +@item bdy +The second input video bit depth. @end table All expressions default to "x". |