Skip to content

interlace: Fix too small buffer size error

Even though input/output resolutions are identical there, default buffer size of progressive and interleaved formats could be different because we are rounding up height of all plane of interlaced frame to be multiple of two.

Merge request reports