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.
Link Copied
Hi,
Decoding 24-bit RGB surface format is not supported directly, but there are options for using color conversion.
http://software.intel.com/en-us/forums/topic/311718
For more complete information about compiler optimizations, see our Optimization Notice.