Skip to content

mfvideosrc: Fix for negative MF stride

Negative stride value can be used in MediaFoundation to inform whether memory layout is top-down or bottom-up manner. Note that negative stride is allowed only for RGB, system memory.

See also https://docs.microsoft.com/en-us/windows/win32/medfound/image-stride

Fixes: #1646 (closed)

Merge request reports