Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.
3066 Discussions

MFXVideoDECODE.DecodeFrameAsync() or MFXVideoSession.SyncOperation() error return?

naka3
Beginner
190 Views

During the decoding process, when passing video data (H264, etc.) to the decoder using

MFXVideoDECODE.DecodeFrameAsync();

or when receiving decoded frame data using

MFXVideoSession.SyncOperation();

if the function returns

MFX_ERR_UNDEFINED_BEHAVIOR(-16)

MFX_ERR_DEVICE_FAILED(-17)

MFX_ERR_GPU_HANG(-21)

the problem occurs.

The cause is unknown.

0 Kudos
1 Reply
naka3
Beginner
138 Views

If an error occurs, can you please tell me what to do next?
Could you please tell me what to do next when an error occurs?

0 Kudos
Reply