Site icon EfmSoft

What does HRESULT 0xC00D6D79 (MF_E_TRANSFORM_STREAM_INVALID_RESOLUTION) mean?

 
Previous Next
MF_E_TRANSFORM_CANNOT_INITIALIZE_ACM_DRIVER MF_E_TRANSFORM_ASYNC_MFT_NOT_SUPPORTED

MF_E_TRANSFORM_STREAM_INVALID_RESOLUTION

MF_E_TRANSFORM_STREAM_INVALID_RESOLUTION is a stream-content resolution failure with explicit processing semantics: after the invalid or illegal resolution is detected, output should stop on the next ProcessOutput call.

Compare coded stream dimensions with negotiated media-type dimensions

Do not continue presenting stale decoded frames as though the stream remained valid. Also distinguish this code from a normal MF_E_TRANSFORM_STREAM_CHANGE: a supported format change can be renegotiated, while this HRESULT says the detected resolution is invalid or illegal for the transform.

Microsoft: media type attributes and frame size · Microsoft: IMFTransform::ProcessOutput · Wine: mferror.h


Looking for a different code? Search another status or error code.

Exit mobile version