How H.264 packets can be decompressed to RGB.
We have tried to decompress the H.264 to RGBA by setting mfxVideoParam.Out.FourCC to MFX_FOURCC_RGB4 and its working. Similarly if we set mfxVideoParam.Out.FourCC to MFX_FOURCC_RGB3, H.264 compressed packets should be decompressed to RGB, but MFX_ERR_INVALID_VIDEO_PARAM is coming. Any idea to solve this issue.