You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For simplicity, QArv always used contiguous cv::Mat. This reduces performance of swscale decoder. Consider lifting this limitation. Most of the code should not really depend on this IIRC, but this needs to be checked and tested.
The text was updated successfully, but these errors were encountered:
For simplicity, QArv always used contiguous
cv::Mat
. This reduces performance of swscale decoder. Consider lifting this limitation. Most of the code should not really depend on this IIRC, but this needs to be checked and tested.The text was updated successfully, but these errors were encountered: