lavfi: add haldclut filter.

Fixes Ticket #2517.
This commit is contained in:
Clément Bœsch 2013-05-25 01:07:46 +02:00
parent 4328602890
commit 158d96e3f0
6 changed files with 309 additions and 16 deletions

View file

@ -133,6 +133,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(FREI0R, frei0r, vf);
REGISTER_FILTER(GEQ, geq, vf);
REGISTER_FILTER(GRADFUN, gradfun, vf);
REGISTER_FILTER(HALDCLUT, haldclut, vf);
REGISTER_FILTER(HFLIP, hflip, vf);
REGISTER_FILTER(HISTEQ, histeq, vf);
REGISTER_FILTER(HISTOGRAM, histogram, vf);