Public Attributes | |
const char * | name |
Filter name. | |
filter_func_t * | func |
Filtering function. | |
bool | safe:1 |
Output buffer can be the same as input. | |
bool | ctv:1 |
Part of the CTV filters set. | |
bool | resize:1 |
Filter resizes input. |
bool filter::ctv |
Part of the CTV filters set.
filter_func_t* filter::func |
Filtering function.
const char* filter::name |
Filter name.
bool filter::resize |
Filter resizes input.
bool filter::safe |
Output buffer can be the same as input.