summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-03-13 14:33:16 +0100
committerJames Almer <jamrial@gmail.com>2023-03-13 11:30:58 -0300
commit1231003c3c6d4839a9e838d06f8e16ee7690958f (patch)
treea8a17a9179aca4b74b60baebe46daef5d31ef8b3 /doc
parent11eca6018c40f5ebe6af93cbc4b4dce447d8b3bc (diff)
downloadffmpeg-1231003c3c6d4839a9e838d06f8e16ee7690958f.tar.gz
avfilter/vf_libplacebo: remove deprecated field
This has not been functional since a year ago, including in our current minimum dependency of libplacebo (v4.192.0). It also causes build errors against libplacebo v6, so it needs to be removed from the code. We can keep the option around for now, but it should also be removed soon. Signed-off-by: Niklas Haas <git@haasn.dev> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7a7b2ba4e7..77b594f69c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16242,9 +16242,6 @@ Disable linear light scaling.
@item disable_builtin
Disable built-in GPU sampling (forces LUT).
-@item force_icc_lut
-Force the use of a full ICC 3DLUT for gamut mapping.
-
@item disable_fbos
Forcibly disable FBOs, resulting in loss of almost all functionality, but
offering the maximum possible speed.