Color Converter DSP ProcessOutput always returns MF_E_TRANSFORM_NEED_MORE_INPUT
问题 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::ProcessOutput() but I receive MF_E_TRANSFORM_NEED_MORE_INPUT . If I try to feed MFT with another sample i get the MF_E_NOTACCEPTING error. Below I paste a code to show my problem. Hopefully you guys will be able to help. First I create Media types: //DSP input MediaType CHECK_HR(hr = MFCreateMediaType(&m_pInputMediaType