Skip to content

msdkdec: Check width and height of mfxVideoParam before allocation

DecodeHeader must be called to fill the mfxVideoParam before allocation, and thus the check for width and height in mfxVideoParam is necessary.

Merge request reports