Color Converter DSP ProcessOutput always returns MF_E_TRANSFORM_NEED_MORE_INPUT

后端 未结 1 1506
名媛妹妹
名媛妹妹 2021-02-06 13:35

I need to convert video frames from RGB32 to IYUV but the Color Converter MFT refuses to process samples. For every frame I call IMFTransform::ProcessInput() and IMFTransform::P

相关标签:
1条回答
  • 2021-02-06 13:44

    I also got the same error and it was due to giving ProcessInput and invalid sample. Instead of reporting an error it happily ignored it and so resulted in a MF_E_TRANSFORM_NEED_MORE_INPUT from ProcessOutput

    0 讨论(0)
提交回复
热议问题