Skip to content
Snippets Groups Projects
Commit eb1860e0 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

lavfi/selectivecolor: fix neutral color filtering


Neutrals are supposed to be anything not black (0,0,0) and not white
(N,N,N).

Previous neutral filtering code was too strict by excluding colors with
any of its RGB component maxed instead of just the white color.

Reported-by: default avatarRoyi Avital <royiavital@yahoo.com>
parent e0539f03
No related branches found
No related tags found
Loading
Loading
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