set_passthrough
Description:
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:
this |
the Transform to set |
passthrough |
boolean indicating passthrough mode. |