Skip to content
  • Haihao Xiang's avatar
    msdkdec: fix for resolution change · 18d410b8
    Haihao Xiang authored and Víctor Manuel Jáquez Leal's avatar Víctor Manuel Jáquez Leal committed
    Returning MFX_ERR_INCOMPATIBLE_VIDEO_PARAM from
    MFXVideoDECODE_DecodeFrameAsync means the allocated mfx surface is not
    suitable for the current frame, we need a new mfx surface and try
    MFXVideoDECODE_DecodeFrameAsync again.
    18d410b8