BaseTransform.setPassthrough
void setPassthrough(bool passthrough)Set passthrough mode for this filter by default. This is mostly useful for filters that do not care about negotiation.
Always true for filters which don't implement either a transform or transform_ip or generate_output method.
MT safe.
Parameters
passthrough | boolean indicating passthrough mode. |