Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
02809e7b
Commit
02809e7b
authored
Nov 14, 2018
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/vf_lut2: implement support for different input depths
parent
1096614c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
filters.texi
doc/filters.texi
+4
-0
vf_lut2.c
libavfilter/vf_lut2.c
+0
-0
No files found.
doc/filters.texi
View file @
02809e7b
...
@@ -11688,6 +11688,10 @@ set second pixel component expression
...
@@ -11688,6 +11688,10 @@ set second pixel component expression
set third pixel component expression
set third pixel component expression
@item c3
@item c3
set fourth pixel component expression, corresponds to the alpha component
set fourth pixel component expression, corresponds to the alpha component
@item d
set output bit depth, only available for @code{lut2} filter. By default is 0,
which means bit depth is automatically picked from first input format.
@end table
@end table
Each of them specifies the expression to use for computing the lookup table for
Each of them specifies the expression to use for computing the lookup table for
...
...
libavfilter/vf_lut2.c
View file @
02809e7b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment