Skip to content

msdkenc: improvement for JPEG encoder

  1. Both BGRA and YUY2 are supported for JPEG encoder in MSDK, so the conversions for BGRA and YUY2 aren't needed.
  2. Do UYVY->YUY2 instead of UYVY->NV12 for JPEG encoder

Merge request reports