Skip to content

WIP:msdkjpegdec: add BGRA in src pad

MediaSDK may support RGB4 output for JPEG decoder when the color format of the input is YUV 4:4:4, so add BGRA in src pad for such input. Without this fix, the output format is NV12 for YUV 4:4:4 input.

Merge request reports