6ac832fbb2
When the crop filter was changed to a crop/pad filter, the sampler state was changed to use a transparent border for the U/V addressing mode. However, what was not realized at the time was that the scroll filter also shared the crop effect file, and the scroll filter depended on the old sampler state (wrap u/v). This fixes the issue by simply setting a u/v wrap sampler state in the scroll filter. |
||
---|---|---|
.. | ||
data | ||
CMakeLists.txt | ||
async-delay-filter.c | ||
chroma-key-filter.c | ||
color-filter.c | ||
color-key-filter.c | ||
crop-filter.c | ||
gain-filter.c | ||
mask-filter.c | ||
noise-gate-filter.c | ||
obs-filters.c | ||
scale-filter.c | ||
scroll-filter.c | ||
sharpness-filter.c |