Skip to content

audio: video: Fix in/outbuf confusion of transform_meta

There are three instances where in- and outbuf have been swapped. This didn't affect the correctness of the libs *filter code, but the videoscale implementation swapped the arguments of meta->transform_func.

Merge request reports