Skip to content
Snippets Groups Projects
Commit 915abab2 authored by Lou Logan's avatar Lou Logan
Browse files

doc/filters: add missing palette* options


Introduced in b7e78c75 and 93ae68d6.

Fixes #5835.

The paletteuse debug options that are not part of the official API are
not included (debug_kdtree and color_search).

Signed-off-by: default avatarLou Logan <lou@lrcd.com>
parent b91e0e59
No related branches found
No related tags found
No related merge requests found
...@@ -10419,6 +10419,8 @@ Compute full frame histograms. ...@@ -10419,6 +10419,8 @@ Compute full frame histograms.
Compute histograms only for the part that differs from previous frame. This Compute histograms only for the part that differs from previous frame. This
might be relevant to give more importance to the moving part of your input if might be relevant to give more importance to the moving part of your input if
the background is static. the background is static.
@item single
Compute new histogram for each frame.
@end table @end table
Default value is @var{full}. Default value is @var{full}.
...@@ -10490,6 +10492,9 @@ much, and as a result less moving noise and better GIF compression). ...@@ -10490,6 +10492,9 @@ much, and as a result less moving noise and better GIF compression).
@end table @end table
Default is @var{none}. Default is @var{none}.
@item new
Take new palette for each output frame.
@end table @end table
@subsection Examples @subsection Examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment